Interface CartSetShippingMethodTaxAmountAction

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

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