# payment\_method\_options\_card\_installments

From **Stripe API**.

- Type: `object`

## Properties

### `available_plans`

- Required: false
- Type: `array`
- Nullable: true

Installment plans that may be selected for this PaymentIntent.

### `enabled`

- Required: true
- Type: `boolean`

Whether Installments are enabled for this PaymentIntent.

### `plan`

- Required: false
- Nullable: true

Installment plan selected for this PaymentIntent.

## JSON Schema

```json
{"properties":{"available_plans":{"description":"Installment plans that may be selected for this PaymentIntent.","items":{"$ref":"#/components/schemas/payment_method_details_card_installments_plan"},"nullable":true,"type":"array"},"enabled":{"description":"Whether Installments are enabled for this PaymentIntent.","type":"boolean"},"plan":{"anyOf":[{"$ref":"#/components/schemas/payment_method_details_card_installments_plan"}],"description":"Installment plan selected for this PaymentIntent.","nullable":true}},"required":["enabled"],"title":"payment_method_options_card_installments","type":"object","x-expandableFields":["available_plans","plan"]}
```
