# `Stripe.Resources.PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlans`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_intent.ex#L1005)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlans{
    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*
