an object representing a election tied to an UpgradeableLoan entity
{
"id": "dc0dc633-1760-4d43-ba1d-da94ed701f06",
"electionDate": "2020-12-31",
"election": "KEEP"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
id | string(uuid) | true | none | A universally unique identifier (Version 4) as defined in RFC4122. This does not allow nulls. |
electionDate | string(date) | true | none | The date value formatted per RFC3339. This does not allow nulls. |
election | string | true | none | none |
Enumerated Values
Value |
---|
KEEP |
RETURN |
UPGRADE |