RepaymentPlanSummary
Payitoff API: RepaymentPlanSummary
Schema
An Enrollment
object will always include a RepaymentPlanSummary
object under the repayment_plan
property.
Schema Definition
Property | Type | Format | Description |
---|---|---|---|
description | string | The full human-readable name of the IDR Plan a Borrower has asked to be enrolled in. | |
type | string | paye repaye ibr new_ibr icr | An abbreviated code that indicates the IDR Plan a Borrower has asked to be enrolled in. |
Example
{
"description": "Pay As You Earn Repayment Plan",
"type": "paye"
}
Updated almost 3 years ago