projects/congarevenuecloud/ecommerce/src/lib/modules/catalog/classes/product-option.model.ts
Properties |
AdjustmentAmount |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'AdjustmentAmount'})
|
AdjustmentType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'AdjustmentType'})
|
AllocateGroupAdjustment |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'AllocateGroupAdjustment'})
|
AllowManualAdjustment |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'AllowManualAdjustment'})
|
ChargeType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ChargeType'})
|
ContractPrice |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'ContractPrice'})
|
HideInvoiceDisplay |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'HideInvoiceDisplay'})
|
IsQuantityReadOnly |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'IsQuantityReadOnly'})
|
IsSellingTermReadOnly |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'IsSellingTermReadOnly'})
|
PriceIncludedInBundle |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'PriceIncludedInBundle'})
|
PriceListId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'PriceListId'})
|
PriceOverride |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'PriceOverride'})
|
ProductOptionId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ProductOptionId'})
|
RollupPriceMethod |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'RollupPriceMethod'})
|
Sequence |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Sequence'})
|