XeroAPI / Xero-NetStandard

A wrapper of the Xero API in the .NetStandard 2.0 framework. Supports Accounting, Payroll AU/US, and Files
MIT License
126 stars 124 forks source link

BankTransaction is missing BatchInformation #457

Open ThirstyJarek opened 1 year ago

ThirstyJarek commented 1 year ago

SDK you're using (please complete the following information): Xero.NetStandard.OAuth2 Version 3.30.0 Xero.NetStandard.OAuth2Client Version 1.3.0

Describe the bug The latest version of the Xero.NetStandard.OAuth2 SDK is missing BatchInformation on the BankTransaction object. Xero documentation lists BatchInformation should be on the BankTransaction, but the GitHub repo BankTransaction.cs shows it's not there.

Expected behavior BatchInformation data should be exposed on the BankTransaction SDK object.