| 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] |
| 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] |
This repository was archived by the owner on Nov 16, 2021. It is now read-only.