Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 720 Bytes

Applicant.md

File metadata and controls

16 lines (12 loc) · 720 Bytes

Applicant

Properties

Name Type Description Notes
id int Primary key [optional]
dob date Date of Birth [optional]
member_id str Member token [optional]
name str Full name of the Applicant [optional]
relationship str Relationship of the Applicant to the Member [optional]
smoker bool Does the Applicant smoke? [optional]
ssn str Applicant's Social Security Number [optional]

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