Class CartSetCustomLineItemTaxAmountActionBuilder

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

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

     CartSetCustomLineItemTaxAmountAction cartSetCustomLineItemTaxAmountAction = CartSetCustomLineItemTaxAmountAction.builder()
             .build()