# `Stripe.Resources.Installments`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/installments.ex#L2)

PaymentFlowsInstallmentOptions

# `t`

```elixir
@type t() :: %Stripe.Resources.Installments{
  enabled: boolean(),
  plan: Stripe.Resources.Installments.Plan.t() | nil
}
```

* `enabled`
* `plan` - Expandable.

# `expandable_fields`

# `object_name`

---

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