xendit/xendit-dotnet

InvoiceResponse reminder_date passed as string/date. but c# only accept bool

amillion opened this issue · 0 comments

https://github.com/xendit/xendit-dotnet/blob/main/Xendit.net/Xendit.net/Model/Invoice/InvoiceResponse.cs

[JsonPropertyName("reminder_date")]
public bool ReminderDate { get; set; }

while server response is "reminder_date": "2022-12-08T20:44:36.710Z",