Closed mikegellis closed 2 years ago
This functionality is added on the WithLineitem function as an optional parameter:
public TransactionBuilder WithLineItem(decimal amount, decimal quantity = 1, string taxCode = null, string description = null, string itemCode = null, string lineNumber = null, string entityUseCode = null) { string lineNumStr =
The line number allows the developer to uniquely identify a line. That is is necessary so that in the client program the tax calculated and can be applied to the correct line item.
This was done for java sdk https://github.com/avadev/AvaTax-REST-V2-JRE-SDK/commit/03d95abb68508217b497d0661a21416d37f39135