Interface CartSetLineItemTaxAmountAction

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

Can be used if the Cart has the ExternalAmount TaxMode.


Example to create an instance using the builder pattern

     CartSetLineItemTaxAmountAction cartSetLineItemTaxAmountAction = CartSetLineItemTaxAmountAction.builder()
             .build()