Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.99 KB

Applicant.md

File metadata and controls

30 lines (26 loc) · 1.99 KB

Applicant

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]
href string The uri of this resource [optional]
title string The applicant’s title [optional]
first_name string The applicant’s first name
middle_name string The applicant’s middle name(s) or initial [optional]
last_name string The applicant’s surname
email string The applicant’s email address [optional]
gender string The applicant’s gender. Valid values are male and female [optional]
dob \DateTime The applicant’s date of birth [optional]
telephone string The applicant’s landline phone number [optional]
mobile string The applicant’s mobile phone number [optional]
country string The country where this applicant will be checked. This must be a three-letter ISO code e.g. GBR or USA [optional]
sandbox bool [optional]
nationality string The applicant's nationality. This must be a three-letter ISO code e.g. GBR or USA [optional]
mothers_maiden_name string The applicant’s mothers maiden name [optional]
country_of_birth string The applicant’s country of birth [optional]
town_of_birth string The applicant’s town of birth [optional]
previous_last_name string The applicant’s previous last name [optional]
addresses \Onfido\Models\Address[] [optional]
id_numbers \Onfido\Models\IdNumber[] [optional]

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