Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 8, 2024
1 parent c5d3700 commit beefe24
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 0 deletions.
36 changes: 36 additions & 0 deletions 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
36 changes: 36 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -91080,6 +91080,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 @@ -92828,6 +92836,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 @@ -94873,6 +94895,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
32 changes: 32 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83176,6 +83176,14 @@ paths:
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
Expand Down Expand Up @@ -85038,6 +85046,18 @@ paths:
- ''
type: string
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.
Expand Down Expand Up @@ -87143,6 +87163,18 @@ paths:
- ''
type: string
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.
Expand Down
32 changes: 32 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75240,6 +75240,14 @@ paths:
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
Expand Down Expand Up @@ -76374,6 +76382,18 @@ paths:
- ''
type: string
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.
Expand Down Expand Up @@ -77690,6 +77710,18 @@ paths:
- ''
type: string
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.
Expand Down

0 comments on commit beefe24

Please sign in to comment.