Updating the value of a StandalonePrice produces the StandalonePriceActiveChangedMessage.

interface StandalonePriceChangeActiveAction {
    action: "changeActive";
    active: boolean;
}

Properties

Properties

action: "changeActive"
active: boolean

New value to set for the active field of the StandalonePrice.

Generated using TypeDoc