You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove `renewal_behavior` on Subscription Schedule model class
6
+
* Remove `renewal_interval` on Subscription Schedule parameter classes
7
+
* The above are technically breaking changes and should have been released with 14.0.0.
8
+
3
9
## 14.0.0 - 2019-10-18
4
10
*[#863](https://github.com/stripe/stripe-java/pull/863) Upgrade to new API version [`2019-10-17`](https://stripe.com/docs/upgrades#2019-10-17)
5
11
* Pin to API version `2019-10-17`
6
12
* Remove `account_balance` from Customer model and parameter classes
7
13
* Remove `billing` from Invoice, Subscription and Subscription Schedule model and parameter classes
8
14
* Remove `start` from Subscription model
9
15
* Remove `renewal_behavior` from Subscription Schedule parameter classes
16
+
***Note:** This release was missing some breaking changes. Please use 14.0.1 instead.
10
17
11
18
## 13.3.0 - 2019-10-17
12
19
*[#862](https://github.com/stripe/stripe-java/pull/862)[codegen] Update API Resources
0 commit comments