diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index c00f8709..ac24d5ff 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -160625,10 +160625,6 @@ "explode": true, "style": "deepObject" }, - "rechnung": { - "explode": true, - "style": "deepObject" - }, "us_bank_account": { "explode": true, "style": "deepObject" @@ -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": { diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 1adde347..aad75d96 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -154385,9 +154385,6 @@ paths: payto: explode: true style: deepObject - rechnung: - explode: true - style: deepObject us_bank_account: explode: true style: deepObject @@ -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