Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.PaymentMethodUpdateParams.Card{ exp_month: integer() | nil, exp_year: integer() | nil, networks: map() | nil }
exp_month- Two-digit number representing the card's expiration month.exp_year- Four-digit number representing the card's expiration year.networks- Contains information about card networks used to process the payment.