Interface StagedOrderSetCustomLineItemTaxRateAction

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

StagedOrderSetCustomLineItemTaxRateAction
Example to create an instance using the builder pattern

     StagedOrderSetCustomLineItemTaxRateAction stagedOrderSetCustomLineItemTaxRateAction = StagedOrderSetCustomLineItemTaxRateAction.builder()
             .customLineItemId("{customLineItemId}")
             .build()