Interface CartScoreType

All Superinterfaces:
ShippingRateInputType
All Known Implementing Classes:
CartScoreTypeImpl

public interface CartScoreType extends ShippingRateInputType

Used when the ShippingRate maps to an abstract Cart categorization expressed by integers (such as shipping scores or weight ranges).


Example to create an instance using the builder pattern

     CartScoreType cartScoreType = CartScoreType.builder()
             .build()