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 |