softwerkab / fortnox-csharp-api-sdk

.NET SDK for Fortnox API.
MIT License
52 stars 64 forks source link

Entity classes do not provide constructors #185

Open richardrandak opened 3 years ago

richardrandak commented 3 years ago

Originates from #156

Entity classes are sometimes hard to initialize, since some properties are required (by the server side). This is not reflected in the SDK . Constructors or factory methods for common scenarios should be added for entities to help new developers.