Class CartSetShippingMethodTaxRateActionBuilder

java.lang.Object
com.commercetools.api.models.cart.CartSetShippingMethodTaxRateActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<CartSetShippingMethodTaxRateAction>

public class CartSetShippingMethodTaxRateActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<CartSetShippingMethodTaxRateAction>
CartSetShippingMethodTaxRateActionBuilder
Example to create an instance using the builder pattern

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