Skip to content

Commit

Permalink
OpenAPI Update (#802)
Browse files Browse the repository at this point in the history
Update OpenAPI for beefe241cf8b1ff6e073d1897e0434bf209607f0

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed May 8, 2024
1 parent bbcf833 commit 4f2e283
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -85919,6 +85919,14 @@
],
"description": "The account (if any) for which the funds of the invoice payment are intended. If set, the invoice will be presented with the branding and support information of the specified account. See the [Invoices with Connect](https://stripe.com/docs/billing/invoices/connect) documentation for details."
},
"preview_mode": {
"description": "Customizes the types of values to include when calculating the invoice. Defaults to `next` if unspecified.",
"enum": [
"next",
"recurring"
],
"type": "string"
},
"schedule": {
"description": "The identifier of the schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"maxLength": 5000,
Expand Down Expand Up @@ -87485,6 +87493,20 @@
},
"style": "deepObject"
},
{
"description": "Customizes the types of values to include when calculating the invoice. Defaults to `next` if unspecified.",
"in": "query",
"name": "preview_mode",
"required": false,
"schema": {
"enum": [
"next",
"recurring"
],
"type": "string"
},
"style": "form"
},
{
"description": "The identifier of the schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"in": "query",
Expand Down Expand Up @@ -89312,6 +89334,20 @@
},
"style": "deepObject"
},
{
"description": "Customizes the types of values to include when calculating the invoice. Defaults to `next` if unspecified.",
"in": "query",
"name": "preview_mode",
"required": false,
"schema": {
"enum": [
"next",
"recurring"
],
"type": "string"
},
"style": "form"
},
{
"description": "The identifier of the schedule whose upcoming invoice you'd like to retrieve. Cannot be used with subscription or subscription fields.",
"in": "query",
Expand Down

0 comments on commit 4f2e283

Please sign in to comment.