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.37k stars 570 forks source link

Remove obsolete options classes #2987

Closed jar-stripe closed 1 month ago

jar-stripe commented 1 month ago

Why?

I noticed two options classes that we have marked as obsolete in this release but do not fit the pattern we've been using:

In prep for the V2 release, rather than mark these as Obsolete, I think we should just delete them and note the removals in the migration guide.

What?