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

Nested struct within the parent resource.

# `t`

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

* `available` - All networks available for selection via [payment_method_options.card.network](https://docs.stripe.com/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).
* `preferred` - The preferred network for the card. Max length: 5000. Nullable.

---

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