stripe-dotnet v19.0.0
·
2098 commits
to master
since this release
- #1259 Upgrade to API version 2018-08-23
List of backwards incompatible changes:
BusinessVatId
onStripeCustomer
/StripeCustomerCreateOptions
/StripeCustomerUpdateOptions
is replaced withTaxInfo
Amount
onStripePlanTier
/StripePlanTierOptions
is replaced withUnitAmount
PercentOff
onStripeCouponCreateOptions
is now adecimal
(used to be anint
)- Request methods on
StripeSubscriptionService
no longer accept astring customerId
argument. Instead, the customer ID should be provided in the appropriate options class (StripeSubscriptionCreateOptions
, etc.) StripeSubscriptionService.Cancel
&CancelAsync
no longer accept abool cancelAtPeriodEnd
argument. If you want to delete a subscription at the end of the period, you can update the subscription withCancelAtPeriodEnd
StripeProduct
no longer has aSkus
property