# `Stripe.Resources.Card.Networks`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/card.ex#L130)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Card.Networks{preferred: String.t() | nil}
```

* `preferred` - The preferred network for co-branded cards. Can be `cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if requested network is not valid for the card. Max length: 5000. Nullable.

---

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