Interface CartValueType

All Superinterfaces:
ShippingRateInputType
All Known Implementing Classes:
CartValueTypeImpl

public interface CartValueType extends ShippingRateInputType

Used when the ShippingRate maps to the sum of LineItem Prices. The value of the Cart is used to select a tier. If chosen, it is not possible to set a value for the shippingRateInput on the Cart.


Example to create an instance using the builder pattern

     CartValueType cartValueType = CartValueType.builder()
             .build()