Interface StandalonePriceRemovePriceTierAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>, StandalonePriceUpdateAction

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