ConnectApi.InsuranceGetMemberPlansOutputRepresentation
Output representation of eligible plans for a single member.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| error | ConnectApi.InsuranceErrorRepresentation | Error details that are associated with the API request. | 65.0 |
| memberId | String | ID of the group census member (primary or dependent). | 65.0 |
| plans | Map<String, ConnectApi.InsurancePlanListOutputRepresentation> | Map of eligible plans, where the key is the plan category, such as Medical and Dental, and the value is a list of plans in that category. | 65.0 |