projects/congarevenuecloud/ecommerce/src/lib/modules/catalog/classes/classification.model.ts
Properties |
CategoryHierarchies |
Type : Array<Category>
|
Default value : [new Category()]
|
Decorators :
@Type(undefined)
|
HierarchyLabel |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'HierarchyLabel'})
|
Name |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Name'})
|
Type |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Type'})
|