Interface StandalonePriceSetPriceTiersAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>, StandalonePriceUpdateAction

public interface StandalonePriceSetPriceTiersAction extends StandalonePriceUpdateAction

Sets all PriceTiers for a StandalonePrice in one action, produces the Standalone Price Tiers Set Message.


Example to create an instance using the builder pattern

     StandalonePriceSetPriceTiersAction standalonePriceSetPriceTiersAction = StandalonePriceSetPriceTiersAction.builder()
             .plusTiers(tiersBuilder -> tiersBuilder)
             .build()