Skip to content

Commit

Permalink
Change Account field to expanded version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldemarco committed Oct 3, 2019
1 parent 6bade3d commit cfb44bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bankaccount.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (p *BankAccountListParams) AppendTo(body *form.Values, keyParts []string) {

// BankAccount represents a Stripe bank account.
type BankAccount struct {
Account string `json:"account"`
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 cfb44bd

Please sign in to comment.