Interface StagedOrderSetShippingMethodTaxRateAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderSetShippingMethodTaxRateAction extends StagedOrderUpdateAction

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()