Interface StandalonePriceRemovePriceTierAction

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

public interface StandalonePriceRemovePriceTierAction extends StandalonePriceUpdateAction

Removing a PriceTier from a StandalonePrice produces the Standalone Price Tier Removed Message.


Example to create an instance using the builder pattern

     StandalonePriceRemovePriceTierAction standalonePriceRemovePriceTierAction = StandalonePriceRemovePriceTierAction.builder()
             .tierMinimumQuantity(0.3)
             .build()