Interface CartSetCustomLineItemTaxRateAction

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

Can be used if the Cart has the External TaxMode.


Example to create an instance using the builder pattern

     CartSetCustomLineItemTaxRateAction cartSetCustomLineItemTaxRateAction = CartSetCustomLineItemTaxRateAction.builder()
             .customLineItemId("{customLineItemId}")
             .build()