Election Entity


an object representing a election tied to an UpgradeableLoan entity

{ "id": "dc0dc633-1760-4d43-ba1d-da94ed701f06", "electionDate": "2020-12-31", "election": "KEEP" }

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)truenoneA universally unique identifier (Version 4) as defined in RFC4122. This does not allow nulls.
electionDatestring(date)truenoneThe date value formatted per RFC3339. This does not allow nulls.
electionstringtruenonenone

Enumerated Values

Value
KEEP
RETURN
UPGRADE