Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.03 KB

HealthPlanEntity.md

File metadata and controls

19 lines (16 loc) · 1.03 KB

HealthPlanEntity

Properties

Name Type Description Notes
id int Health plan ID
name string Health plan name
coverage_type string [optional] [default to 'individual']
meets_min_deductible bool [optional] [default to true]
meets_max_out_of_pocket bool [optional] [default to true]
image_url string [optional] [default to 'https://images-na.ssl-images-amazon.com/images/I/91tEcpXvx5L.SL1500.jpg']
has_an_hsa bool [optional]
hsa_eligibility_determined bool [optional] [default to true]
hsa_eligible bool [optional] [default to true]
hsa_eligibility_determined_by_admin bool [optional] [default to true]
review_status string [optional] [default to 'reviewed']

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