Skip to main content
Skip to main content

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_atDateRequired
The date with timezone at which the resource was created.
deleted_atnull | DateRequired
The date with timezone at which the resource was deleted.
idstringRequired
The product type's ID
metadataRecord<string, unknown>Required
An optional key-value map with additional details
updated_atDateRequired
The date with timezone at which the resource was updated.
valuestringRequired
The value that the Product Type represents.

Methods

beforeInsert

Private **beforeInsert**(): void

Returns

void

voidvoid
Was this section helpful?