# `Stripe.Resources.PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_intent.ex#L1842)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.Filters{
    account_subcategories: [String.t()] | nil
  }
```

* `account_subcategories` - The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.

---

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