UNPKG

@aurigma/ui-framework

Version:

A platform which allows building print product personalization editors based on Aurigma's Customer's Canvas.

79 lines (43 loc) 1.42 kB
# Class: ProductInformationVariant ## Hierarchy * **ProductInformationVariant** ## Index ### Constructors * [constructor](productinformationvariant.md#constructor) ### Properties * [id](productinformationvariant.md#id) * [options](productinformationvariant.md#optional-options) * [price](productinformationvariant.md#optional-price) * [productId](productinformationvariant.md#productid) * [productVersionId](productinformationvariant.md#productversionid) * [storefrontProductVariantId](productinformationvariant.md#optional-storefrontproductvariantid) * [tenantId](productinformationvariant.md#optional-tenantid) ## Constructors ### constructor \+ **new ProductInformationVariant**(`dtoVariant?`: ProductVariantDto): *[ProductInformationVariant](productinformationvariant.md)* **Parameters:** Name | Type | ------ | ------ | `dtoVariant?` | ProductVariantDto | **Returns:** *[ProductInformationVariant](productinformationvariant.md)* ## Properties ### id**id**: *number* ___ ### `Optional` options • **options**? : *ProductVariantOptionDto[] | null* ___ ### `Optional` price**price**? : *number | null* ___ ### productId • **productId**: *number* ___ ### productVersionId**productVersionId**: *number* ___ ### `Optional` storefrontProductVariantId • **storefrontProductVariantId**? : *string | null* ___ ### `Optional` tenantId**tenantId**? : *number*