Home > @poq/sdk-sfcc > DiscountRequest
Document representing a discount to be applied to a custom price adjustment. The properties
Signature:
export declare class DiscountRequest extends BaseModel<DiscountRequest>
Extends: BaseModel<DiscountRequest
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the DiscountRequest class |
Property | Modifiers | Type | Description |
---|---|---|---|
type | DiscountRequestTypeEnum | The type of discount. | |
value | number | The amount of the discount. |