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

Nested parameters.

# `t`

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

* `account` - The ID of the Stripe account whose accounts you will retrieve. Only available when `type` is `account`. Max length: 5000.
* `customer` - The ID of the Stripe customer whose accounts you will retrieve. Only available when `type` is `customer`. Max length: 5000.
* `customer_account` - The ID of Account representing a customer whose accounts you will retrieve. Only available when `type` is `customer`. Max length: 5000.
* `type` - Type of account holder to collect accounts for. Possible values: `account`, `customer`.

---

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