# `Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodOptions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/confirmation_token_create_params.ex#L485)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodOptions{
    card:
      Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodOptions.Card.t()
      | nil
  }
```

* `card` - Configuration for any card payments confirmed using this ConfirmationToken.

---

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