Class SetCartClassificationShippingRateInputValueBuilder

java.lang.Object
com.commercetools.history.models.change_value.SetCartClassificationShippingRateInputValueBuilder
All Implemented Interfaces:
Builder<SetCartClassificationShippingRateInputValue>

public class SetCartClassificationShippingRateInputValueBuilder extends Object implements Builder<SetCartClassificationShippingRateInputValue>
SetCartClassificationShippingRateInputValueBuilder
Example to create an instance using the builder pattern

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