#RamonP99
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- RamonP99, 32 minutes ago, 19 messages
- ramon-checkout-customer, 23 hours ago, 21 messages
- RamonP99, 1 day ago, 10 messages
👋 not super familiar with C# myself, so asking a colleague.
Seems like that field is typed in the library as just a string unfortunately: https://github.com/stripe/stripe-dotnet/blob/master/src/Stripe.net/Entities/Invoices/Invoice.cs#L221
Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com. - stripe/stripe-dotnet
Overall the .NET SDK doesn't support enums: https://github.com/stripe/stripe-dotnet/issues/1673
Yes, I am aware of that. There are other place in the code where you use a static class with static constants instead of enums
I'd recommend filing a request on the GH repo in that case
I will, thanks!