projects/congarevenuecloud/ecommerce/src/lib/modules/catalog/classes/category.model.ts
AObject
Properties |
| AncestorId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'AncestorId'})
|
| Description |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Description'})
|
| HierarchyId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'HierarchyId'})
|
| IncludeInTotalsView |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'IncludeInTotalsView'})
|
| IsHidden |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'IsHidden'})
|
| IsLeaf |
Type : "Yes" | "No"
|
Default value : null
|
Decorators :
@Expose({name: 'IsLeaf'})
|
| Label |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Label'})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Name'})
|
| PrimordialId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'PrimordialId'})
|
| ProductCount |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'ProductCount'})
|
| Translation |
Type : Array<CategoryTranslation>
|
Default value : null
|
Decorators :
@Expose({name: 'Translation'})
|