projects/apttus/ecommerce/src/lib/modules/pricing/classes/summary-group.model.ts
AObject
Properties |
| BaseExtendedCost |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__BaseExtendedCost__c', aql: 'BaseExtendedCost'})
|
| BaseExtendedPrice |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__BaseExtendedPrice__c', aql: 'BaseExtendedPrice'})
|
| ChargeType |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__ChargeType__c', aql: ''})
|
| ExtendedCost |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__ExtendedCost__c', aql: 'ExtendedCost'})
|
| ExtendedListPrice |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__ExtendedListPrice__c', aql: 'ExtendedListPrice'})
|
| ExtendedPrice |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__ExtendedPrice__c', aql: 'ExtendedPrice'})
|
| ExtendedRollupPrice |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__ExtendedRollupPrice__c', aql: 'ExtendedRollupPrice'})
|
| GroupType |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__GroupType__c', aql: 'GroupType'})
|
| LineNumber |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__LineNumber__c', aql: 'LineNumber'})
|
| LineType |
Type : "Category Total" | "Group Total" | "Grand Total" | "Adjustment" | "Subtotal"
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__LineType__c', aql: 'LineType'})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Name', aql: 'Name'})
|
| NetPrice |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__NetPrice__c', aql: 'NetPrice'})
|
| OptionCost |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__OptionCost__c', aql: 'OptionCost'})
|
| OptionPrice |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_Config2__OptionPrice__c', aql: 'OptionPrice'})
|