Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.16 KB

File metadata and controls

12 lines (9 loc) · 1.16 KB

# PaymentPlanItem

Properties

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]

[Back to Model list] [Back to API list] [Back to README]