Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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 |