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