# `Stripe.Resources.FinancialConnections.Session.Filters`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/financial_connections/session.ex#L88)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.FinancialConnections.Session.Filters{
  account_subcategories: [String.t()] | nil,
  countries: [String.t()] | nil
}
```

* `account_subcategories` - Restricts the Session to subcategories of accounts that can be linked. Valid subcategories are: `checking`, `savings`, `mortgage`, `line_of_credit`, `credit_card`. Nullable.
* `countries` - List of countries from which to filter accounts. Nullable.

---

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