projects/congacommerce/ecommerce/src/lib/modules/pricing/classes/price-list-item.model.ts
AObject
Properties |
Active |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__Active__c'})
|
ChargeType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__ChargeType__c'})
|
ContractPrice |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__ContractPrice__c'})
|
DefaultQuantity |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__DefaultQuantity__c'})
|
DefaultSellingTerm |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__DefaultSellingTerm__c'})
|
EffectiveDate |
Type : Date
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__EffectiveDate__c'})
|
ExpirationDate |
Type : Date
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__ExpirationDate__c'})
|
ListPrice |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__ListPrice__c'})
|
NumberOfMatrices |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__NumberOfMatrices__c'})
|
PriceList |
Type : PriceList
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__PriceListId__r'})
|
PriceListId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__PriceListId__c'})
|
PriceMatrices |
Type : Array<PriceMatrix>
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__PriceMatrices__r'})
|
PriceMethod |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__PriceMethod__c'})
|
PriceType |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__PriceType__c'})
|
PriceUom |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__PriceUom__c'})
|
ProductId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__ProductId__c'})
|
Sequence |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__Sequence__c'})
|
Taxable |
Type : boolean
|
Default value : false
|
Decorators :
@Expose({name: 'Apttus_Config2__Taxable__c'})
|
TaxCode |
Type : null
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__TaxCodeId__r'})
|
TaxCodeId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__TaxCodeId__c'})
|
TaxInclusive |
Type : boolean
|
Default value : false
|
Decorators :
@Expose({name: 'Apttus_Config2__TaxInclusive__c'})
|