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

Nested struct within the parent resource.

# `t`

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

* `plan` - Nullable.

---

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