Class CartSetLineItemTaxAmountActionBuilder

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

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

     CartSetLineItemTaxAmountAction cartSetLineItemTaxAmountAction = CartSetLineItemTaxAmountAction.builder()
             .build()