Interface ShippingRatePriceTier

All Known Implementing Classes:
ShippingRatePriceTierImpl

public interface ShippingRatePriceTier
ShippingRatePriceTier
Example to create an instance using the builder pattern

     ShippingRatePriceTier shippingRatePriceTier = ShippingRatePriceTier.builder()
             .type(ShippingRateTierType.CART_VALUE)
             .build()