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.
ConnectApi.InsurancePlansEligibilityOutputRepresentation
Output representation for the employee plan eligibility check.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| contextId | String | ID of the context that's used for the eligibility check. | 65.0 |
| errors | List<ConnectApi.InsuranceErrorRepresentation> | List of errors that occurred during the eligibility check. | 65.0 |
| isSuccess | Boolean | Indicates whether the API operation is successful (true) or not (false). | 65.0 |
| memberId | String | ID of the group census member. | 65.0 |
| planEligibilityDetails | ConnectApi.EligiblePlanDetailsOutputRepresentation | Details of the plan eligibility check. | 65.0 |