projects/congarevenuecloud/ecommerce/src/lib/modules/catalog/classes/attribute-group.model.ts
Properties |
Description |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Description'})
|
Name |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Name'})
|
ProductAttributeMatrixes |
Type : Array<ProductAttributeMatrixView>
|
Default value : null
|
Decorators :
@Expose({name: 'AttributeMatrix'})
|
ThreeColumnAttributeDisplay |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'ThreeColumnAttributeDisplay'})
|
TwoColumnAttributeDisplay |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'TwoColumnAttributeDisplay'})
|