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

Nested struct within the parent resource.

# `t`

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

* `plan` - Nullable.

---

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