Class StagedOrderSetCustomLineItemTaxAmountActionBuilder

java.lang.Object
com.commercetools.api.models.order_edit.StagedOrderSetCustomLineItemTaxAmountActionBuilder
All Implemented Interfaces:
Builder<StagedOrderSetCustomLineItemTaxAmountAction>

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

     StagedOrderSetCustomLineItemTaxAmountAction stagedOrderSetCustomLineItemTaxAmountAction = StagedOrderSetCustomLineItemTaxAmountAction.builder()
             .build()