Interface StandalonePriceChangeActiveAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>, StandalonePriceUpdateAction
All Known Implementing Classes:
StandalonePriceChangeActiveActionImpl

public interface StandalonePriceChangeActiveAction extends StandalonePriceUpdateAction

Updating the value of a StandalonePrice produces the StandalonePriceActiveChangedMessage.


Example to create an instance using the builder pattern

     StandalonePriceChangeActiveAction standalonePriceChangeActiveAction = StandalonePriceChangeActiveAction.builder()
             .active(true)
             .build()