Releases: stripe/stripe-dotnet
Releases · stripe/stripe-dotnet
Small breaking changes and additions
- Closed and Forgiven properties are now nullable on Invoices
- Amount is now nullable on InvoiceItemUpdateOptions to fix a bug where the amount could be set to zero
- StripeError now contains "decline_code"
- added the destination field to StripeChargeCreateOptions
- Transfer.Canceled has been renamed to Transfer.Reversed
- added StripeInvoiceCreateOptions and updated readme
Transfer Reversals, Refund Service, and misc new properties
- added StripeTransferReversal and supporting properties to StripeTransfer
- added the StripeRefundService
- the StripeDispute object is now available on StripeCharge
- added the MetaData property to StripeCard, StripeCardUpdateOptions, and StripeCreditCardOptions
- added BillingCycleAnchor to StripeSubscriptionCreateOptions
- fixed the Deleted property on StripeCustomer (was missing the JsonProperty attribute)
Recipient Card Support
- added a run_tests batch file (you have to compile in debug mode first so nuget downloads the console runner package)
- customer and recipient cards are now supported when creating a card
- added static types for the new stripe events and failure codes from events
- removed the obsolete attribute from StripeCustomer
v.2.7.2
bumping version
v.2.7.1
bumped version to 2.7.1
v2.7.0
Merge branch 'master' of github.com:jaymedavis/stripe.net
v.2.6.0
bumping release to 2.6.0 - caught up with stripe api changes, uses la…
v2.5.1
added default_for_currency, updated nuget.exe, bumped version
v2.5.0
bumping to 2.5.0
v2.4.1
bumping to 2.4.1, attempting to fix line endings issue