Interface StandalonePriceStagedChangesRemovedMessagePayload

Generated after a successful Remove Staged Changes update action.

interface StandalonePriceStagedChangesRemovedMessagePayload {
    stagedChanges: StagedStandalonePrice;
    type: "StandalonePriceStagedChangesRemoved";
}

Properties

Properties

stagedChanges: StagedStandalonePrice

Removed changes of the StandalonePrice after the Remove Staged Changes update action.

type: "StandalonePriceStagedChangesRemoved"