Interface StandalonePriceSetPriceTiersAction

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

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()