# `Stripe.Resources.Checkout.Session.PaymentMethodOptions.Card.Installments`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/checkout/session.ex#L1394)

Nested struct within the parent resource.

# `t`

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

* `enabled` - Indicates if installments are enabled

---

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