Skip to content

Commit

Permalink
Update generated code for v1299
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 15, 2024
1 parent 5e399d6 commit 2b10f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1298
v1299
2 changes: 1 addition & 1 deletion types/SubscriptionsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@ declare module 'stripe' {

interface SubscriptionResumeParams {
/**
* Either `now` or `unchanged`. Setting the value to `now` resets the subscription's billing cycle anchor to the current time (in UTC). Setting the value to `unchanged` advances the subscription's billing cycle anchor to the period that surrounds the current time. For more information, see the billing cycle [documentation](https://stripe.com/docs/billing/subscriptions/billing-cycle).
* The billing cycle anchor that applies when the subscription is resumed. Either `now` or `unchanged`. The default is `now`. For more information, see the billing cycle [documentation](https://stripe.com/docs/billing/subscriptions/billing-cycle).
*/
billing_cycle_anchor?: SubscriptionResumeParams.BillingCycleAnchor;

Expand Down

0 comments on commit 2b10f6c

Please sign in to comment.