Interface StandalonePriceExternalDiscountSetMessagePayload

Generated after a successful Set Discounted Price update action.

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

Hierarchy (View Summary)

Properties

Properties

discounted?: DiscountedPrice

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

type: "StandalonePriceExternalDiscountSet"