22.5.1
Avalara DotNet SDK Release Notes For 22.5.1
- Added support for TaxAmountByTaxType tax override to the TransactionBuilder.cs
- Method signature:
public TransactionBuilder WithLineTaxOverride(TaxOverrideType type, string reason, decimal taxAmount = 0, DateTime? taxDate = null, List<TransactionLineTaxAmountByTaxTypeModel> taxAmountByTaxTypeList = null)