Class StagedOrderSetLineItemTaxAmountActionBuilder

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

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

     StagedOrderSetLineItemTaxAmountAction stagedOrderSetLineItemTaxAmountAction = StagedOrderSetLineItemTaxAmountAction.builder()
             .build()