Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 820 Bytes

BeneficiaryEntity.md

File metadata and controls

16 lines (13 loc) · 820 Bytes

BeneficiaryEntity

Properties

Name Type Description Notes
id int ID [default to 1]
first_name string First name [default to 'Baby']
last_name string Last name [default to 'Jones']
birthdate string Date of birth [default to '01/0/2010']
email string Email [default to 'beneficiary@example.com']
classification string Classification [default to 'child']
ssn string SSN [optional] [default to '0']
classification_label string Classification Label [optional] [default to '0']

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