From 2b10f6cb75495fa63ab0c5d34e79b3d4c90b5b4f Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:52:54 +0000 Subject: [PATCH] Update generated code for v1299 --- OPENAPI_VERSION | 2 +- types/SubscriptionsResource.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index b6b517ad19..935e1cd3a9 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1298 \ No newline at end of file +v1299 \ No newline at end of file diff --git a/types/SubscriptionsResource.d.ts b/types/SubscriptionsResource.d.ts index f95a546f56..942433821e 100644 --- a/types/SubscriptionsResource.d.ts +++ b/types/SubscriptionsResource.d.ts @@ -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;