Interface StandalonePriceActiveChangedMessagePayload

Generated after a successful Change Active update action.

interface StandalonePriceActiveChangedMessagePayload {
    active: boolean;
    oldActive: boolean;
    type: "StandalonePriceActiveChanged";
}

Properties

Properties

active: boolean

Value of the active field of the StandalonePrice after the Change Active update action.

oldActive: boolean

Value of the active field of the StandalonePrice before the Change Active update action.

type: "StandalonePriceActiveChanged"

Generated using TypeDoc