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

Parameters for account subscribe.

# `t`

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

* `expand` - Specifies which fields in the response should be expanded.
* `features` - The list of account features to which you would like to subscribe.

---

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