Interface CartSetShippingMethodTaxRateAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

public interface CartSetShippingMethodTaxRateAction extends CartUpdateAction

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