Interface StagedOrderSetShippingMethodTaxAmountAction

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

A Shipping Method tax amount can be set if the Cart has the ExternalAmount TaxMode.


Example to create an instance using the builder pattern

     StagedOrderSetShippingMethodTaxAmountAction stagedOrderSetShippingMethodTaxAmountAction = StagedOrderSetShippingMethodTaxAmountAction.builder()
             .build()