Skip to content

Commit

Permalink
Update generated code for v1347
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 13, 2024
1 parent 06f4d63 commit 9d00be2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1346
v1347
4 changes: 1 addition & 3 deletions fundinginstructions.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,8 @@ 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"`
BankAddress *Address `json:"bank_address"`
AccountHolderName string `json:"account_holder_name"`
// 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: 1 addition & 3 deletions paymentintent.go
Original file line number Diff line number Diff line change
Expand Up @@ -4345,10 +4345,8 @@ 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"`
BankAddress *Address `json:"bank_address"`
AccountHolderName string `json:"account_holder_name"`
// 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 9d00be2

Please sign in to comment.