StripeElixir.Params.PaymentMethodUpdateParams.Card (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@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.