Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.31 KB

ApplicantResponse.md

File metadata and controls

21 lines (18 loc) · 1.31 KB

# ApplicantResponse

Properties

Name Type Description Notes
id string The unique identifier for the applicant. [optional]
created_at \DateTime The date and time when this applicant was created. [optional]
delete_at \DateTime The date and time when this applicant is scheduled to be deleted. [optional]
href string The uri of this resource. [optional]
first_name string The applicant’s first name [optional]
last_name 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 \DateTime The applicant’s date of birth [optional]
address \Onfido\Model\Address [optional]
id_numbers \Onfido\Model\IdNumber[] [optional]
sandbox bool [optional]
phone_number string The applicant’s phone number [optional]
location \Onfido\Model\Location [optional]

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