Interface StandalonePriceExternalDiscountSetMessagePayload

Generated after a successful Set Discounted Price update action.

interface StandalonePriceExternalDiscountSetMessagePayload {
    discounted?: DiscountedPrice;
    type: "StandalonePriceExternalDiscountSet";
}

Properties

Properties

discounted?: DiscountedPrice

The discounted value of the StandalonePrice after the Set Discounted Price update action.

type: "StandalonePriceExternalDiscountSet"

Generated using TypeDoc