| Name | Type | Description | Notes |
|---|---|---|---|
| status | string | The status of the payment plan item. Possible values are: - `UNPAID_MANUAL` - The item is set for manual charge, and its `amount_due` has not been completely paid. - `UNPAID_AUTOCHARGE` - The item is set for auto-charge, and its `amount_due` has not been completely paid. - `PAID` - The item has been completely paid. - `FAILED` - The item `amount_due` has not been completely paid, and there was a failure. (Note: This status is deprecated and not currently used.) | [optional] |
| due_date | \DateTime | The due date in the application's timezone, as an ISO 8601 calendar date string (date only), in the format YYYY-MM-DD | [optional] |
| amount_due | \Keap\Core\V2\Model\CurrencyValue | [optional] | |
| amount_paid | \Keap\Core\V2\Model\CurrencyValue | [optional] |