Skip to content

Commit ad95db9

Browse files
Update generated code (#2291)
* Update generated code for v1642 * Update generated code for v1642 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent f2530a1 commit ad95db9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1641
1+
v1642

types/Invoices.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,6 @@ declare module 'stripe' {
394394

395395
status_transitions: Invoice.StatusTransitions;
396396

397-
subscription?: string | Stripe.Subscription | null;
398-
399397
/**
400398
* Total of all subscriptions, invoice items, and prorations on the invoice before any invoice level discount or exclusive tax is applied. Item discounts are already incorporated
401399
*/

types/Subscriptions.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ declare module 'stripe' {
5252
/**
5353
* Whether this subscription will (if `status=active`) or did (if `status=canceled`) cancel at the end of the current billing period.
5454
*/
55-
cancel_at_period_end: boolean | null;
55+
cancel_at_period_end: boolean;
5656

5757
/**
5858
* If the subscription has been canceled, the date of that cancellation. If the subscription was canceled with `cancel_at_period_end`, `canceled_at` will reflect the time of the most recent update request, not the end of the subscription period when the subscription is automatically moved to a canceled state.

0 commit comments

Comments
 (0)