Interface StandalonePriceChangeActiveAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>, StandalonePriceUpdateAction

public interface StandalonePriceChangeActiveAction extends StandalonePriceUpdateAction

Updating the value of a StandalonePrice produces the StandalonePriceActiveChanged Message.


Example to create an instance using the builder pattern

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