Skip to content

Commit

Permalink
Update generated code for v1356
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 14, 2024
1 parent 78ea133 commit 80603b0
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 @@
v1353
v1356
4 changes: 3 additions & 1 deletion fundinginstructions.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,12 @@ type FundingInstructionsBankTransferFinancialAddressIBAN struct {

// Sort Code Records contain U.K. bank account details per the sort code format.
type FundingInstructionsBankTransferFinancialAddressSortCode 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"`
// The account number
AccountNumber string `json:"account_number"`
AccountNumber string `json:"account_number"`
BankAddress *Address `json:"bank_address"`
// The six-digit sort code
SortCode string `json:"sort_code"`
}
Expand Down
4 changes: 3 additions & 1 deletion paymentintent.go
Original file line number Diff line number Diff line change
Expand Up @@ -4359,10 +4359,12 @@ type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressIBAN

// Sort Code Records contain U.K. bank account details per the sort code format.
type PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressSortCode 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"`
// The account number
AccountNumber string `json:"account_number"`
AccountNumber string `json:"account_number"`
BankAddress *Address `json:"bank_address"`
// The six-digit sort code
SortCode string `json:"sort_code"`
}
Expand Down

0 comments on commit 80603b0

Please sign in to comment.