projects/congarevenuecloud/ecommerce/src/lib/modules/catalog/classes/product-attribute-group-member.model.ts
Properties |
Attribute |
Type : ProductAttribute
|
Default value : new ProductAttribute()
|
Decorators :
@Expose({name: 'Attribute'})
|
AttributeGroup |
Type : AttributeGroup
|
Default value : new AttributeGroup()
|
Decorators :
@Expose({name: 'AttributeGroup'})
|
DisplayType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'DisplayType'})
|
IsHidden |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'IsHidden'})
|
IsPrimary |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'IsPrimary'})
|
IsReadOnly |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'IsReadOnly'})
|
Sequence |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Sequence'})
|