Class CartSetCustomLineItemTaxAmountActionBuilder

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

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

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