Interface CartSetShippingMethodTaxRateAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartSetShippingMethodTaxRateActionImpl

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


Example to create an instance using the builder pattern

     CartSetShippingMethodTaxRateAction cartSetShippingMethodTaxRateAction = CartSetShippingMethodTaxRateAction.builder()
             .build()