# `Stripe.Params.AccountCapabilityListParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_capability_list_params.ex#L2)

Parameters for account capability list.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountCapabilityListParams{expand: [String.t()] | nil}
```

* `expand` - Specifies which fields in the response should be expanded.

---

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