# `Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount.Networks`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_create_params.ex#L1001)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount.Networks{
    requested: [String.t()] | nil
  }
```

* `requested` - Triggers validations to run across the selected networks

---

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