Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 755 Bytes

File metadata and controls

15 lines (12 loc) · 755 Bytes

IO.Vericred.Model.Applicant

Properties

Name Type Description Notes
Id int? Primary key [optional]
Dob DateTime? Date of Birth [optional]
MemberId string Member token [optional]
Name string Full name of the Applicant [optional]
Relationship string Relationship of the Applicant to the Member [optional]
Smoker bool? Does the Applicant smoke? [optional]
Ssn string Applicant's Social Security Number [optional]

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