Home > @poq/sdk-sfcc > ApproachingDiscount
Document representing a note to an object.
Signature:
export declare class ApproachingDiscount extends BaseModel<ApproachingDiscount>
Extends: BaseModel<ApproachingDiscount
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the ApproachingDiscount class |
Property | Modifiers | Type | Description |
---|---|---|---|
conditionThreshold? | number | (Optional) The total amount needed to receive the discount. | |
discount? | Discount | (Optional) | |
merchandiseTotal? | number | (Optional) The amount the customer basket contributes towards the purchase condition. | |
promotionLink? | PromotionLink | (Optional) | |
shipmentId? | string | (Optional) The unique id of the shipment the discount relates to. | |
shippingMethods? | Array<ShippingMethod> | (Optional) The shipping methods the promotion relates to. | |
type? | string | (Optional) The type of the approaching discount (”order” or “shipping”). |