Newer Version Available
Insurance Plan Details
Output representation for contract group plans.
- JSON example
-
1{ 2 "attributes": [], 3 "coverages": [], 4 "isOptional": false, 5 "isPrimarySubscribed": true, 6 "isSubscribed": true, 7 "planDescription": "Gold medical coverage", 8 "planId": "0gpp00000004C9wAAE", 9 "planName": "Gold Plan" 10}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| attributes | Object Map[] | Attributes for the plan. | Small, 65.0 | 65.0 |
| coverages | Insurance Plan Details[] | Coverages for the contract group plan. | Small, 65.0 | 65.0 |
| isOptional | Boolean | Indicates if the plan is optional for the group census member (true) or not (false). | Small, 65.0 | 65.0 |
| isPrimarySubscribed | Boolean | Indicates if the primary group census member is subscribed to the plan (true) or not (false). | Small, 65.0 | 65.0 |
| isSubscribed | Boolean | Indicates if the group census member is subscribed to the plan (true) or not (false). | Small, 65.0 | 65.0 |
| planDescription | String | Description of the contract group plan. | Small, 65.0 | 65.0 |
| planId | String | ID of the contract group plan. | Small, 65.0 | 65.0 |
| planName | String | Name of the contract group plan. | Small, 65.0 | 65.0 |