Skip to content

Commit

Permalink
Merge pull request #769 from nubs/patch-1
Browse files Browse the repository at this point in the history
Allow bank account id to be provided to tokens.create
  • Loading branch information
richardm-stripe committed Jan 30, 2020
2 parents 5c502a0 + 139c3ba commit b28846b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/2019-12-03/Tokens.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ declare module 'stripe' {
/**
* The bank account this token will represent.
*/
bank_account?: TokenCreateParams.BankAccount;
bank_account?: string | TokenCreateParams.BankAccount;

card?: string | TokenCreateParams.Card;

Expand Down

0 comments on commit b28846b

Please sign in to comment.