Interface StagedOrderSetCustomLineItemTaxAmountAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderSetCustomLineItemTaxAmountActionImpl

StagedOrderSetCustomLineItemTaxAmountAction
Example to create an instance using the builder pattern

     StagedOrderSetCustomLineItemTaxAmountAction stagedOrderSetCustomLineItemTaxAmountAction = StagedOrderSetCustomLineItemTaxAmountAction.builder()
             .customLineItemId("{customLineItemId}")
             .build()