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

Parameters for account refresh.

# `t`

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

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

---

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