# `Stripe.Params.PaymentMethodUpdateParams.Card`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_method_update_params.ex#L54)

Nested parameters.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
