Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.PaymentMethod.Card.Networks{ available: [String.t()] | nil, preferred: String.t() | nil }
available- All networks available for selection via payment_method_options.card.network.preferred- The preferred network for co-branded cards. Can becartes_bancaires,mastercard,visaorinvalid_preferenceif requested network is not valid for the card. Max length: 5000. Nullable.