Interface StandalonePriceStagedChangesAppliedMessagePayload

Generated after a successful Apply Staged Changes update action.

interface StandalonePriceStagedChangesAppliedMessagePayload {
    stagedChanges: StagedStandalonePrice;
    type: "StandalonePriceStagedChangesApplied";
}

Properties

Properties

stagedChanges: StagedStandalonePrice

Applied changes of the StandalonePrice after the Apply Staged Changes update action.

type: "StandalonePriceStagedChangesApplied"

Generated using TypeDoc