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

Parameters for account unsubscribe.

# `t`

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

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

---

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