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

Latest commit

 

History

History
20 lines (16 loc) · 1.2 KB

File metadata and controls

20 lines (16 loc) · 1.2 KB

Applicant

Properties

Name Type Description Notes
id str The unique identifier for the applicant. Read-only. [optional]
created_at datetime The date and time when this applicant was created. Read-only. [optional]
delete_at datetime The date and time when this applicant is scheduled to be deleted. Read-only. [optional]
href str The uri of this resource. Read-only. [optional]
sandbox bool Read-only. [optional]
first_name str The applicant’s first name [optional]
last_name str The applicant’s surname [optional]
email str The applicant’s email address. Required if doing a US check, or a UK check for which `applicant_provides_data` is `true`. [optional]
dob date The applicant’s date of birth [optional]
address Address [optional]
id_numbers list[IdNumber] [optional]

[Back to Model list] [Back to API list] [Back to README]