Skip to content

22.5.1

Compare
Choose a tag to compare
@svc-developer svc-developer released this 02 Jun 16:38
· 143 commits to master since this release
f8f89aa

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)