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

Nested parameters.

# `t`

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

* `plan` - The selected installment plan to use for this payment attempt.
This parameter can only be provided during confirmation.

---

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