ProductType
A Product Type can be added to Products for filtering and reporting purposes.
Constructors
constructor
**new ProductType**()
A Product Type can be added to Products for filtering and reporting purposes.
Properties
created_atDateRequiredThe date with timezone at which the resource was created.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
idstringRequiredThe product type's ID
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
updated_atDateRequiredThe date with timezone at which the resource was updated.
valuestringRequiredThe value that the Product Type represents.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?