Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 1.14 KB

Applicant.md

File metadata and controls

22 lines (15 loc) · 1.14 KB

Applicant

Properties

Name Type Description Notes
id String The unique identifier for the applicant. Read-only. [optional]
createdAt OffsetDateTime The date and time when this applicant was created. Read-only. [optional]
deleteAt OffsetDateTime The date and time when this applicant is scheduled to be deleted. Read-only. [optional]
href String The uri of this resource. Read-only. [optional]
sandbox Boolean Read-only. [optional]
firstName String The applicant’s first name [optional]
lastName String The applicant’s surname [optional]
email String The applicant’s email address. Required if doing a US check, or a UK check for which `applicant_provides_data` is `true`. [optional]
dob LocalDate The applicant’s date of birth [optional]
address Address [optional]
idNumbers List<IdNumber> [optional]