Constructors
Declaration
new ProductInformationVariantOption(dtoOption?: ProductVariantOptionDto)
Parameters
| Type |
Name |
Description |
| ProductVariantOptionDto |
dtoOption |
|
Properties
Declaration
productOptionId?: number | null
Property Value
| Type |
Description |
| number | null |
|
Declaration
productOptionTitle?: string | null
Property Value
| Type |
Description |
| string | null |
|
Declaration
productOptionTraits?: string[] | null
Property Value
| Type |
Description |
| string[] | null |
|
Declaration
productOptionType?: OptionType
Property Value
Declaration
productOptionValueId?: number | null
Property Value
| Type |
Description |
| number | null |
|
Declaration
productOptionValueTitle?: string | null
Property Value
| Type |
Description |
| string | null |
|