Interface StandalonePriceAddPriceTierAction

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

Adding a PriceTier to a StandalonePrice produces the Standalone Price Tier Added Message.


Example to create an instance using the builder pattern

     StandalonePriceAddPriceTierAction standalonePriceAddPriceTierAction = StandalonePriceAddPriceTierAction.builder()
             .tier(tierBuilder -> tierBuilder)
             .build()