# `Stripe.Resources.ConfirmationToken.PaymentMethodPreview.UsBankAccount.Networks`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/confirmation_token.ex#L1279)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.ConfirmationToken.PaymentMethodPreview.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*
