Interface StandalonePriceRemoveStagedChangesAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>, StandalonePriceUpdateAction

public interface StandalonePriceRemoveStagedChangesAction extends StandalonePriceUpdateAction

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


Example to create an instance using the builder pattern

     StandalonePriceRemoveStagedChangesAction standalonePriceRemoveStagedChangesAction = StandalonePriceRemoveStagedChangesAction.builder()
             .build()