Interface CartSetShippingMethodTaxAmountAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

public interface CartSetShippingMethodTaxAmountAction extends CartUpdateAction

A Shipping Method tax amount can be set if the Cart has the ExternalAmount TaxMode.


Example to create an instance using the builder pattern

     CartSetShippingMethodTaxAmountAction cartSetShippingMethodTaxAmountAction = CartSetShippingMethodTaxAmountAction.builder()
             .build()