#susnet - nullable fields
1 messages · Page 1 of 1 (latest)
Hi there. One moment
That part shouldn't ever be nullable. That's the object associated with the webhook event: https://stripe.com/docs/api/events/object#event_object-data-object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Okay so I can use null-forgiving operator here to get rid of the null warning but I wonder why it is showing as nullable in my project. Do you have any experience in .NET?
I do not unfortunately. But, if you are grabbing the data object off of the webhook event, it will be there