stripe / stripe-dotnet

Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com.
Apache License 2.0
1.36k stars 571 forks source link

Added Livemode and Reason properties to ThinEvent #2995

Closed jar-stripe closed 1 day ago

jar-stripe commented 1 day ago

Why?

The thin event payload has a boolean property called livemode that we need represented in the ThinEvent C# class. This PR adds this property and adds tests to verify it works correctly.

What?

See also

http://go/j/DEVSDK-2217

Changelog