Class CartSetShippingMethodTaxRateActionBuilder

java.lang.Object
com.commercetools.api.models.cart.CartSetShippingMethodTaxRateActionBuilder
All Implemented Interfaces:
Builder<CartSetShippingMethodTaxRateAction>

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

     CartSetShippingMethodTaxRateAction cartSetShippingMethodTaxRateAction = CartSetShippingMethodTaxRateAction.builder()
             .build()