Stripe.Resources.PaymentMethod.CardPresent.Networks
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@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.preferred- The preferred network for the card. Max length: 5000. Nullable.