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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Card.Installments.Plan{
  count: integer() | nil,
  interval: String.t() | nil,
  type: String.t() | nil
}
```

* `count` - For `fixed_count` installment plans, this is the number of installment payments your customer will make to their credit card. Nullable.
* `interval` - For `fixed_count` installment plans, this is the interval between installment payments your customer will make to their credit card.
One of `month`. Possible values: `month`. Nullable.
* `type` - Type of installment plan, one of `fixed_count`, `bonus`, or `revolving`. Possible values: `bonus`, `fixed_count`, `revolving`.

---

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