Poq.SDK.Node

Home > @poq/sdk-sfcc > ApproachingDiscount

ApproachingDiscount class

Document representing a note to an object.

Signature:

export declare class ApproachingDiscount extends BaseModel<ApproachingDiscount> 

Extends: BaseModel<ApproachingDiscount

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the ApproachingDiscount class

Properties

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).