diff --git a/bankaccount.go b/bankaccount.go index 5d966ef933..08be247a2e 100644 --- a/bankaccount.go +++ b/bankaccount.go @@ -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"`