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

Mark ServiceNested as Obsolete #2983

Open jar-stripe opened 1 month ago

jar-stripe commented 1 month ago

Why?

The ServiceNested used to contain methods that mirrored functionality from the Service base class but for nested services. These methods have been removed and ServiceNested is now effectively empty. This PR marks it for future deletion.

What?