Skip to content

Commit

Permalink
OpenAPI Update (#718)
Browse files Browse the repository at this point in the history
Update OpenAPI for 274fc4feea88bf653ce6ff16665ee47b05b43a9c

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Mar 20, 2024
1 parent e370a19 commit 5770854
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9286,7 +9286,13 @@
"type": "boolean"
},
"mandate_data": {
"$ref": "#/components/schemas/confirmation_tokens_resource_mandate_data"
"anyOf": [
{
"$ref": "#/components/schemas/confirmation_tokens_resource_mandate_data"
}
],
"description": "Data used for generating a Mandate.",
"nullable": true
},
"object": {
"description": "String representing the object's type. Objects of the same type share the same value.",
Expand All @@ -9301,26 +9307,6 @@
"nullable": true,
"type": "string"
},
"payment_method": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/payment_method"
}
],
"description": "ID of an existing PaymentMethod.",
"nullable": true,
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/payment_method"
}
]
}
},
"payment_method_options": {
"anyOf": [
{
Expand Down Expand Up @@ -9392,7 +9378,6 @@
"type": "object",
"x-expandableFields": [
"mandate_data",
"payment_method",
"payment_method_options",
"payment_method_preview",
"shipping"
Expand Down

0 comments on commit 5770854

Please sign in to comment.