# `Stripe.Params.FinancialConnections.AccountListParams.AccountHolder`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/financial_connections/account_list_params.ex#L24)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.FinancialConnections.AccountListParams.AccountHolder{
  account: String.t() | nil,
  customer: String.t() | nil,
  customer_account: String.t() | nil
}
```

* `account` - The ID of the Stripe account whose accounts you will retrieve. Max length: 5000.
* `customer` - The ID of the Stripe customer whose accounts you will retrieve. Max length: 5000.
* `customer_account` - The ID of the Account representing a customer whose accounts you will retrieve. Max length: 5000.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
