Closed AndreasReitberger closed 15 hours ago
Is there a reason for using double
instead of decimal
, for example in LexQuotationTotalPrice.cs?
It is generally recommended to use decimal
in financial systems to avoid precision issues.
No, I'm just used to use double
in my classes. I will switch to decimal
then ;) Thanks for the hint!
Edit: Done in https://github.com/AndreasReitberger/LexOfficeClientSharp/pull/38/commits/8e22148da510050714c36419bbcbcc78b33ffe65
Add missing
Endpoints
andFunctions
to the library