Interface StagedOrderSetShippingMethodTaxAmountAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction

public interface StagedOrderSetShippingMethodTaxAmountAction extends StagedOrderUpdateAction

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