Interface StagedOrderSetLineItemTaxAmountAction

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

Can be used if the Cart has the ExternalAmount TaxMode.


Example to create an instance using the builder pattern

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