Stripe.Params.PaymentMethodUpdateParams.Card.Networks (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.PaymentMethodUpdateParams.Card.Networks{
  preferred: String.t() | nil
}
  • preferred - The customer's preferred card network for co-branded cards. Supports cartes_bancaires, mastercard, or visa. Selection of a network that does not apply to the card will be stored as invalid_preference on the card. Possible values: cartes_bancaires, mastercard, visa.