Interface StagedOrderSetShippingMethodTaxRateAction

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

A Shipping Method Tax Rate can be set if the Cart has the External TaxMode.


Example to create an instance using the builder pattern

     StagedOrderSetShippingMethodTaxRateAction stagedOrderSetShippingMethodTaxRateAction = StagedOrderSetShippingMethodTaxRateAction.builder()
             .build()