Skip to content

Commit

Permalink
Merge pull request #966 from pauldemarco/bank_account_fix_965
Browse files Browse the repository at this point in the history
Add the Account field to BankAccount
  • Loading branch information
remi-stripe authored Oct 3, 2019
2 parents ffb78fb + cfb44bd commit 7cc5f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bankaccount.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func (p *BankAccountListParams) AppendTo(body *form.Values, keyParts []string) {

// BankAccount represents a Stripe bank account.
type BankAccount struct {
Account *Account `json:"account"`
AccountHolderName string `json:"account_holder_name"`
AccountHolderType BankAccountAccountHolderType `json:"account_holder_type"`
BankName string `json:"bank_name"`
Expand Down

0 comments on commit 7cc5f5d

Please sign in to comment.