Interface StandalonePriceChangeValueAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>, StandalonePriceUpdateAction

public interface StandalonePriceChangeValueAction extends StandalonePriceUpdateAction

Updating the value of a StandalonePrice produces the StandalonePriceValueChangedMessage.


Example to create an instance using the builder pattern

     StandalonePriceChangeValueAction standalonePriceChangeValueAction = StandalonePriceChangeValueAction.builder()
             .value(valueBuilder -> valueBuilder)
             .build()