Interface CartSetCustomLineItemTaxAmountAction

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

Can be used if the Cart has the ExternalAmount TaxMode.


Example to create an instance using the builder pattern

     CartSetCustomLineItemTaxAmountAction cartSetCustomLineItemTaxAmountAction = CartSetCustomLineItemTaxAmountAction.builder()
             .customLineItemId("{customLineItemId}")
             .build()