projects/apttus/ecommerce/src/lib/modules/pricing/classes/price-list.model.ts
Properties |
| BasedOnPriceList |
Type : PriceListBase
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__BasedOnPriceListId__r', aql: 'BasedOnPriceListId'})
|
| AccountId |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__AccountId__c', aql: 'AccountId'})
|
| BasedOnAdjustmentAmount |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__BasedOnAdjustmentAmount__c', aql: 'BasedOnAdjustmentAmount'})
|
| BasedOnAdjustmentType |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__BasedOnAdjustmentType__c', aql: 'BasedOnAdjustmentType'})
|
| CurrencyType |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'CurrencyIsoCode'})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Name', aql: 'Name'})
|