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;