projects/apttus/ecommerce/src/lib/modules/catalog/classes/product-group.model.ts
AObject
Properties |
| Description |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__Description__c', aql: 'Description'})
|
| GroupType |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__GroupType__c', aql: 'GroupType'})
|
| IncentiveId |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__IncentiveId__c', aql: 'IncentiveId'})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Name', aql: 'Name'})
|