Interface StandalonePriceDiscountSetMessagePayload

Generated after a Product Discount is successfully applied to a StandalonePrice.

interface StandalonePriceDiscountSetMessagePayload {
    discounted?: DiscountedPrice;
    type: "StandalonePriceDiscountSet";
}

Properties

Properties

discounted?: DiscountedPrice

The new discounted value of the updated StandalonePrice.

type: "StandalonePriceDiscountSet"

Generated using TypeDoc