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 Feb 26, 2024
1 parent 3ed1785 commit fcf83ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
11 changes: 1 addition & 10 deletions openapi/spec3.beta.sdk.json
Expand Up @@ -8862,13 +8862,7 @@
"type": "boolean"
},
"mandate_data": {
"anyOf": [
{
"$ref": "#/components/schemas/confirmation_tokens_resource_mandate_data"
}
],
"description": "Data used for generating a Mandate.",
"nullable": true
"$ref": "#/components/schemas/confirmation_tokens_resource_mandate_data"
},
"object": {
"description": "String representing the object's type. Objects of the same type share the same value.",
Expand Down Expand Up @@ -8957,11 +8951,8 @@
"expires_at",
"id",
"livemode",
"mandate_data",
"object",
"payment_intent",
"payment_method",
"payment_method_options",
"payment_method_preview",
"return_url",
"setup_future_usage",
Expand Down
8 changes: 1 addition & 7 deletions openapi/spec3.beta.sdk.yaml
Expand Up @@ -8573,10 +8573,7 @@ components:
`false` if the object exists in test mode.
type: boolean
mandate_data:
anyOf:
- $ref: '#/components/schemas/confirmation_tokens_resource_mandate_data'
description: Data used for generating a Mandate.
nullable: true
$ref: '#/components/schemas/confirmation_tokens_resource_mandate_data'
object:
description: >-
String representing the object's type. Objects of the same type
Expand Down Expand Up @@ -8653,11 +8650,8 @@ components:
- expires_at
- id
- livemode
- mandate_data
- object
- payment_intent
- payment_method
- payment_method_options
- payment_method_preview
- return_url
- setup_future_usage
Expand Down

0 comments on commit fcf83ae

Please sign in to comment.