Generated after a successful Set PriceMode update action.

interface ProductPriceModeSetMessagePayload {
    to: string;
    type: "ProductPriceModeSet";
}

Properties

Properties

to: string

The PriceMode that was set.

type: "ProductPriceModeSet"

Generated using TypeDoc