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 Aug 27, 2024
1 parent a205f73 commit d7ca485
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
38 changes: 0 additions & 38 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -160625,10 +160625,6 @@
"explode": true,
"style": "deepObject"
},
"rechnung": {
"explode": true,
"style": "deepObject"
},
"us_bank_account": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -160829,40 +160825,6 @@
"title": "param",
"type": "object"
},
"rechnung": {
"description": "If this is a `rechnung` PaymentMethod, this hash contains details about the Rechnung payment method.",
"properties": {
"dob": {
"description": "Customer's date of birth",
"properties": {
"day": {
"description": "The day of birth, between 1 and 31.",
"type": "integer"
},
"month": {
"description": "The month of birth, between 1 and 12.",
"type": "integer"
},
"year": {
"description": "The four-digit year of birth.",
"type": "integer"
}
},
"required": [
"day",
"month",
"year"
],
"title": "date_of_birth",
"type": "object"
}
},
"required": [
"dob"
],
"title": "param",
"type": "object"
},
"us_bank_account": {
"description": "If this is an `us_bank_account` PaymentMethod, this hash contains details about the US bank account payment method.",
"properties": {
Expand Down
30 changes: 0 additions & 30 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154385,9 +154385,6 @@ paths:
payto:
explode: true
style: deepObject
rechnung:
explode: true
style: deepObject
us_bank_account:
explode: true
style: deepObject
Expand Down Expand Up @@ -154562,33 +154559,6 @@ paths:
type: string
title: param
type: object
rechnung:
description: >-
If this is a `rechnung` PaymentMethod, this hash contains
details about the Rechnung payment method.
properties:
dob:
description: Customer's date of birth
properties:
day:
description: 'The day of birth, between 1 and 31.'
type: integer
month:
description: 'The month of birth, between 1 and 12.'
type: integer
year:
description: The four-digit year of birth.
type: integer
required:
- day
- month
- year
title: date_of_birth
type: object
required:
- dob
title: param
type: object
us_bank_account:
description: >-
If this is an `us_bank_account` PaymentMethod, this hash
Expand Down

0 comments on commit d7ca485

Please sign in to comment.