Insurance Product Comparison Output
The response body for the insurance product comparison request.
- Properties
-
Property Name Type Description isSuccess Boolean Indicates whether the comparison request was successful (true) or not (false). message String Error message returned if the request is unsuccessful. plans List<Insurance Plan Representation> List of insurance plans being compared.
Insurance Plan Representation
This representation details the specifics of an individual insurance plan.
| Property Name | Type | Description |
|---|---|---|
| contributionCostAttributes | List<Cost Attribute Representation> | List of cost-related attributes such as copays and deductibles. |
| coverages | List<Insurance Coverage Representation> | Various benefits and services covered under this plan. |
| memberProductCode | String | Product code associated with the plan member. |
| memberProductId | String | Salesforce ID of the member product. |
| name | String | Display name of the insurance plan. |
| productCode | String | Unique code for the insurance product. |
| productId | String | Salesforce ID of the insurance product. |
Cost Attribute Representation
Represents a specific cost component of a plan, such as a premium or copay.
| Property Name | Type | Description |
|---|---|---|
| name | String | Name of the cost attribute (for example, CoPay). |
| value | String | Monetary value or percentage associated with the attribute. |
Insurance Coverage Representation
Details a specific medical service or benefit covered by the plan.
| Property Name | Type | Description |
|---|---|---|
| name | String | Name of the covered service (for example, Preventive Care and Wellness). |
| productCode | String | Code for the specific coverage product. |
| productId | String | Salesforce ID of the coverage product. |