Skip to content

Commit

Permalink
Update generated code for v1348
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 13, 2024
1 parent e19c527 commit 32b4cbd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1347
v1348
4 changes: 4 additions & 0 deletions types/FundingInstructions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,15 @@ declare module 'stripe' {
}

interface Iban {
account_holder_address: Stripe.Address;

/**
* The name of the person or business that owns the bank account
*/
account_holder_name: string;

bank_address: Stripe.Address;

/**
* The BIC/SWIFT code of the account.
*/
Expand Down
4 changes: 4 additions & 0 deletions types/PaymentIntents.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,11 +839,15 @@ declare module 'stripe' {
}

interface Iban {
account_holder_address: Stripe.Address;

/**
* The name of the person or business that owns the bank account
*/
account_holder_name: string;

bank_address: Stripe.Address;

/**
* The BIC/SWIFT code of the account.
*/
Expand Down

0 comments on commit 32b4cbd

Please sign in to comment.