Skip to content

Commit

Permalink
Update generated code for v1346
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 13, 2024
1 parent 5096b37 commit 06f4d63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1345
v1346
4 changes: 3 additions & 1 deletion fundinginstructions.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ type FundingInstructionsBankTransferFinancialAddressABA struct {

// Iban Records contain E.U. bank account details per the SEPA format.
type FundingInstructionsBankTransferFinancialAddressIBAN struct {
AccountHolderAddress *Address `json:"account_holder_address"`
// The name of the person or business that owns the bank account
AccountHolderName string `json:"account_holder_name"`
AccountHolderName string `json:"account_holder_name"`
BankAddress *Address `json:"bank_address"`
// The BIC/SWIFT code of the account.
BIC string `json:"bic"`
// Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
Expand Down
4 changes: 3 additions & 1 deletion paymentintent.go
Original file line number Diff line number Diff line change
Expand Up @@ -4345,8 +4345,10 @@ type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressABA s

// Iban Records contain E.U. bank account details per the SEPA format.
type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressIBAN struct {
AccountHolderAddress *Address `json:"account_holder_address"`
// The name of the person or business that owns the bank account
AccountHolderName string `json:"account_holder_name"`
AccountHolderName string `json:"account_holder_name"`
BankAddress *Address `json:"bank_address"`
// The BIC/SWIFT code of the account.
BIC string `json:"bic"`
// Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
Expand Down

0 comments on commit 06f4d63

Please sign in to comment.