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()
 
  • Field Details

    • SET_SHIPPING_METHOD_TAX_AMOUNT

      static final String SET_SHIPPING_METHOD_TAX_AMOUNT
      discriminator value for CartSetShippingMethodTaxAmountAction
      See Also:
  • Method Details