# `Stripe.Params.Checkout.SessionCreateParams.PaymentMethodOptions.Card.Installments`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/checkout/session_create_params.ex#L1386)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Checkout.SessionCreateParams.PaymentMethodOptions.Card.Installments{
    enabled: boolean() | nil
  }
```

* `enabled` - Setting to true enables installments for this Checkout Session.
Setting to false will prevent any installment plan from applying to a payment.

---

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