# `Stripe.Resources.PaymentIntent.PaymentMethodOptions.Card.Installments`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_intent.ex#L990)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentIntent.PaymentMethodOptions.Card.Installments{
  available_plans:
    [
      Stripe.Resources.PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlans.t()
    ]
    | nil,
  enabled: boolean() | nil,
  plan:
    Stripe.Resources.PaymentIntent.PaymentMethodOptions.Card.Installments.Plan.t()
    | nil
}
```

* `available_plans` - Installment plans that may be selected for this PaymentIntent. Nullable.
* `enabled` - Whether Installments are enabled for this PaymentIntent.
* `plan` - Installment plan selected for this PaymentIntent. Nullable.

---

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