@gradientedge/commercetools-utils
    Preparing search index...

    Interface StandalonePriceActiveChangedMessagePayload

    Generated after a successful Change Active update action.

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

    Hierarchy (View Summary)

    Index

    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"