Skip to content

Commit

Permalink
OpenAPI Update (#995)
Browse files Browse the repository at this point in the history
Update OpenAPI for 7f15683cd9f2ceae23718791208c07413b0bc34c

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Nov 13, 2024
1 parent 89d0b40 commit f958888
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -22794,11 +22794,17 @@
"funding_instructions_bank_transfer_iban_record": {
"description": "Iban Records contain E.U. bank account details per the SEPA format.",
"properties": {
"account_holder_address": {
"$ref": "#/components/schemas/address"
},
"account_holder_name": {
"description": "The name of the person or business that owns the bank account",
"maxLength": 5000,
"type": "string"
},
"bank_address": {
"$ref": "#/components/schemas/address"
},
"bic": {
"description": "The BIC/SWIFT code of the account.",
"maxLength": 5000,
Expand All @@ -22816,16 +22822,23 @@
}
},
"required": [
"account_holder_address",
"account_holder_name",
"bank_address",
"bic",
"country",
"iban"
],
"title": "FundingInstructionsBankTransferIbanRecord",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"account_holder_address",
"bank_address"
],
"x-stripeMostCommon": [
"account_holder_address",
"account_holder_name",
"bank_address",
"bic",
"country",
"iban"
Expand Down Expand Up @@ -72137,6 +72150,7 @@
],
"x-resourceId": "subscription",
"x-stripeMostCommon": [
"automatic_tax",
"cancel_at_period_end",
"currency",
"current_period_end",
Expand Down Expand Up @@ -220679,6 +220693,7 @@
],
"type": "object",
"x-stripeMostCommon": [
"automatic_tax",
"cancel_at_period_end",
"currency",
"customer",
Expand Down Expand Up @@ -222720,6 +222735,7 @@
},
"type": "object",
"x-stripeMostCommon": [
"automatic_tax",
"cancel_at_period_end",
"default_payment_method",
"description",
Expand Down

0 comments on commit f958888

Please sign in to comment.