AndreasReitberger / LexOfficeClientSharp

A C# based client to communicate with the Rest API provided by LexOffice.
Apache License 2.0
2 stars 1 forks source link

Add missing `Endpoints` and `Functions` #37

Closed AndreasReitberger closed 15 hours ago

AndreasReitberger commented 5 days ago

Add missing Endpoints and Functions to the library

AlexHolly commented 5 days 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.

AndreasReitberger commented 5 days ago

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