Eligible Plan Details
Output representation for the details of the eligible plans.
- JSON example
-
1{ 2 "messages": [], 3 "plans": [{ 4 "isOptional": false, 5 "productCategory": "Medical", 6 "planName": "plan123", 7 "attributes": [], 8 "coverages": [ 9 { 10 "planId": "coverageA", 11 "isOptional": false, 12 "productCategory": "Medical", 13 "planName": "plan123" 14 }, 15 { 16 "planId": "coverageB", 17 "isOptional": true, 18 "productCategory": "Medical", 19 "planName": "plan123" 20 } 21 ] 22 }] 23}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| messages | Insurance Message[] | List of informational or error messages related to the eligibility check. | Small, 66.0 | 66.0 |
| plans | Insurance Group Plans[] | List of contract group plans that the member is eligible for. | Small, 66.0 | 66.0 |