Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed May 13, 2024
1 parent dae3e5f commit df7584e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
22 changes: 22 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15570,13 +15570,17 @@
"card": {
"$ref": "#/components/schemas/dispute_payment_method_details_card"
},
"klarna": {
"$ref": "#/components/schemas/dispute_payment_method_details_klarna"
},
"paypal": {
"$ref": "#/components/schemas/dispute_payment_method_details_paypal"
},
"type": {
"description": "Payment method type.",
"enum": [
"card",
"klarna",
"paypal"
],
"type": "string"
Expand All @@ -15589,6 +15593,7 @@
"type": "object",
"x-expandableFields": [
"card",
"klarna",
"paypal"
]
},
Expand All @@ -15615,6 +15620,23 @@
"type": "object",
"x-expandableFields": []
},
"dispute_payment_method_details_klarna": {
"description": "",
"properties": {
"reason_code": {
"description": "The reason for the dispute as defined by Klarna",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"required": [
"reason_code"
],
"title": "DisputePaymentMethodDetailsKlarna",
"type": "object",
"x-expandableFields": []
},
"dispute_payment_method_details_paypal": {
"description": "",
"properties": {
Expand Down
19 changes: 19 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -11088,13 +11088,17 @@
"card": {
"$ref": "#/components/schemas/dispute_payment_method_details_card"
},
"klarna": {
"$ref": "#/components/schemas/dispute_payment_method_details_klarna"
},
"paypal": {
"$ref": "#/components/schemas/dispute_payment_method_details_paypal"
},
"type": {
"description": "Payment method type.",
"enum": [
"card",
"klarna",
"paypal"
],
"type": "string"
Expand All @@ -11107,6 +11111,7 @@
"type": "object",
"x-expandableFields": [
"card",
"klarna",
"paypal"
]
},
Expand All @@ -11132,6 +11137,20 @@
"type": "object",
"x-expandableFields": []
},
"dispute_payment_method_details_klarna": {
"description": "",
"properties": {
"reason_code": {
"description": "The reason for the dispute as defined by Klarna",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"title": "DisputePaymentMethodDetailsKlarna",
"type": "object",
"x-expandableFields": []
},
"dispute_payment_method_details_paypal": {
"description": "",
"properties": {
Expand Down

0 comments on commit df7584e

Please sign in to comment.