avadev/AvaTax-REST-V2-DotNet-SDK

WithLine add parameter for line number

mikegellis opened this issue · 1 comments

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 avadev/AvaTax-REST-V2-JRE-SDK@03d95ab

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 =