Interface StandalonePriceSetKeyAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>, StandalonePriceUpdateAction

public interface StandalonePriceSetKeyAction extends StandalonePriceUpdateAction

Sets the key on a Standalone Price. Produces the StandalonePriceKeySet Message.


Example to create an instance using the builder pattern

     StandalonePriceSetKeyAction standalonePriceSetKeyAction = StandalonePriceSetKeyAction.builder()
             .build()