We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xero.NetStandard.OAuth2 - Version 3.29.2
Steps to reproduce BatchPayment.IsReconciled should be a bool.
BatchPayment.IsReconciled
bool
Expected behavior BatchPayment.IsReconciled should be a Boolean. The summary says boolean, but it actually defined as string.
boolean
string
The text was updated successfully, but these errors were encountered:
Also BatchPayment.TotalAmount is string. Which actually should be double or decimal.
BatchPayment.TotalAmount
double
decimal
Sorry, something went wrong.
JRising-Xero
Successfully merging a pull request may close this issue.
Xero.NetStandard.OAuth2 - Version 3.29.2
Steps to reproduce
BatchPayment.IsReconciled
should be abool
.Expected behavior
BatchPayment.IsReconciled
should be a Boolean. The summary saysboolean
, but it actually defined asstring
.The text was updated successfully, but these errors were encountered: