Interface SetCartScoreShippingRateInputValue


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

     SetCartScoreShippingRateInputValue setCartScoreShippingRateInputValue = SetCartScoreShippingRateInputValue.builder()
             .type("{type}")
             .score(1)
             .build()