projects/apttus/ecommerce/src/lib/modules/catalog/classes/category.model.ts
AObject
Properties |
| AncestorId |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__AncestorId__c', aql: 'AncestorId'})
|
| Description |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__Description__c', aql: 'Description'})
|
| HierarchyId |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__HierarchyId__c', aql: 'HierarchyId'})
|
| IsHidden |
Type : boolean
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__IsHidden__c', aql: 'IsHidden'})
|
| IsLeaf |
Type : "Yes" | "No"
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__IsLeaf__c', aql: 'IsLeaf'})
|
| Label |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__Label__c', aql: 'Label'})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Name', aql: 'Name'})
|
| PrimordialId |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__PrimordialId__c', aql: 'PrimordialId'})
|
| ProductCount |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__ProductCount__c', aql: 'ProductCount'})
|
| Translation |
Type : Array<CategoryTranslation>
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__Translation__r', aql: 'CategoryHierarchy'})
|