# `Stripe.Resources.PaymentMethod.UsBankAccount.Networks`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_method.ex#L1188)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentMethod.UsBankAccount.Networks{
  preferred: String.t() | nil,
  supported: [String.t()] | nil
}
```

* `preferred` - The preferred network. Max length: 5000. Nullable.
* `supported` - All supported networks.

---

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