Signature:
export declare class Product extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the Product class |
Property | Modifiers | Type | Description |
---|---|---|---|
appIdentifier | string | ||
categoryIds | string[] | undefined | ||
customData | Record<string, unknown> | undefined | ||
details | ProductDetails | ||
forms | Form[] | undefined | ||
id | string | ||
meta | ProductMeta | undefined | ||
promotion | Promotion | undefined | ||
review | CatalogueReview | undefined | ||
variants | Map<string, ProductVariant> |