Interface StandalonePriceRemoveStagedChangesAction

Removes all staged changes from the StandalonePrice. Removing staged changes successfully produces the StandalonePriceStagedChangesRemoved Message.

interface StandalonePriceRemoveStagedChangesAction {
    action: "removeStagedChanges";
}

Properties

Properties

action: "removeStagedChanges"