Interface SetCartClassificationShippingRateInputValue


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

     SetCartClassificationShippingRateInputValue setCartClassificationShippingRateInputValue = SetCartClassificationShippingRateInputValue.builder()
             .type("{type}")
             .key("{key}")
             .label(labelBuilder -> labelBuilder)
             .build()