# `Stripe.Resources.ConfirmationToken.PaymentMethodOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/confirmation_token.ex#L125)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.ConfirmationToken.PaymentMethodOptions{
  card: Stripe.Resources.ConfirmationToken.PaymentMethodOptions.Card.t() | nil
}
```

* `card` - This hash contains the card payment method options. Nullable.

---

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