YingweiRookie
In bunq's C# SDK, this line
BunqResponse<List<Event>> eventsResponse = Event.List(eventParams);
is generating an error.
Exception: Could not create an instance of type Bunq.Sdk.Model.Core.BunqModel. Type is an interface or abstract class and cannot be instantiated. Path 'object_data_at_event.RequestResponse', line 164, position 22.
Can someone help?