Class CartSetShippingMethodTaxAmountActionBuilder

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

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

     CartSetShippingMethodTaxAmountAction cartSetShippingMethodTaxAmountAction = CartSetShippingMethodTaxAmountAction.builder()
             .build()