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

BatchPayment.IsReconciled is string #453

Closed thusithagh closed 1 year ago

thusithagh commented 1 year ago

Xero.NetStandard.OAuth2 - Version 3.29.2

Steps to reproduce BatchPayment.IsReconciled should be a bool.

Expected behavior BatchPayment.IsReconciled should be a Boolean. The summary says boolean, but it actually defined as string.

image

thusithagh commented 1 year ago

Also BatchPayment.TotalAmount is string. Which actually should be double or decimal.

image