You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK you're using (please complete the following information):
Version [e.g. 4.17.0]
Is your feature request related to a problem? Please describe.
Xero SDK uses Double internally and has a precision of 10^-3 and for higher values the max values that are supported in double is 10^7 is there any plans on changing this to BigDecimals?
Apis upon using from api explorer are supporting till 10^12 values
"The line with total amount 4000000000000000.00 cannot be accepted. The maximum line amount is 999,999,999,999.99"
Describe the solution you'd like
Use BigDecimals or Longs instead of Double or Integer types.
Describe alternatives you've considered
NA
The text was updated successfully, but these errors were encountered:
SDK you're using (please complete the following information):
Is your feature request related to a problem? Please describe.
Xero SDK uses Double internally and has a precision of 10^-3 and for higher values the max values that are supported in double is 10^7 is there any plans on changing this to BigDecimals?
Apis upon using from api explorer are supporting till 10^12 values
"The line with total amount 4000000000000000.00 cannot be accepted. The maximum line amount is 999,999,999,999.99"
Describe the solution you'd like
Use BigDecimals or Longs instead of Double or Integer types.
Describe alternatives you've considered
NA
The text was updated successfully, but these errors were encountered: