Skip to content

Commit

Permalink
Update generated code for v1053
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 29, 2024
1 parent 4f4a7d1 commit a14bd97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1052
v1053
6 changes: 3 additions & 3 deletions types/InvoicesResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,7 @@ declare module 'stripe' {
schedule_details?: InvoiceCreatePreviewParams.ScheduleDetails;

/**
* The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.
* The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_details.items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_details.items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.
*/
subscription?: string;

Expand Down Expand Up @@ -4115,7 +4115,7 @@ declare module 'stripe' {
schedule_details?: InvoiceListUpcomingLinesParams.ScheduleDetails;

/**
* The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.
* The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_details.items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_details.items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.
*/
subscription?: string;

Expand Down Expand Up @@ -6585,7 +6585,7 @@ declare module 'stripe' {
schedule_details?: InvoiceRetrieveUpcomingParams.ScheduleDetails;

/**
* The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.
* The identifier of the subscription for which you'd like to retrieve the upcoming invoice. If not provided, but a `subscription_details.items` is provided, you will preview creating a subscription with those items. If neither `subscription` nor `subscription_details.items` is provided, you will retrieve the next upcoming invoice from among the customer's subscriptions.
*/
subscription?: string;

Expand Down

0 comments on commit a14bd97

Please sign in to comment.