# `Stripe.Resources.Invoice.PaymentSettings.PaymentMethodOptions.Card.Installments`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/invoice.ex#L615)

Nested struct within the parent resource.

# `t`

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

* `enabled` - Whether Installments are enabled for this Invoice. Nullable.

---

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