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

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.PaymentMethodUpdateParams.Card{
  exp_month: integer() | nil,
  exp_year: integer() | nil,
  networks: Stripe.Params.PaymentMethodUpdateParams.Card.Networks.t() | 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.