projects/congarevenuecloud/ecommerce/src/lib/modules/promotion/classes/quote-adjustment-item.model.ts
Properties |
AdjustmentAmount |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'AdjustmentAmount'})
|
Incentive |
Type : Incentive
|
Default value : new Incentive()
|
Decorators :
@Expose({name: 'IncentiveId'})
|
IncentiveAdjustmentAmount |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'IncentiveAdjustmentAmount'})
|
IncentiveCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'IncentiveCode'})
|
IncentiveId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'IncentiveId'})
|
LineItemId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'LineItemId'})
|
Type |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Type'})
|