# `Stripe.Resources.Charge.PaymentMethodDetails.Card.Installments`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/charge.ex#L988)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Card.Installments{
  plan:
    Stripe.Resources.Charge.PaymentMethodDetails.Card.Installments.Plan.t()
    | nil
}
```

* `plan` - Installment plan selected for the payment. Nullable.

---

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