Price Comparison Attribute Details
Output representation of the details of a single plan or coverage attribute, such as
copay or coinsurance, that's returned with a price comparison node. Attributes are returned only
when the request sets fetchAttributes to true.
- JSON example
-
1{ 2 "name": "copay", 3 "type": "Currency", 4 "value": "$100" 5}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| name | String | Name of the attribute, such as copay or coinsurance. | Small, 68.0 | 68.0 |
| type | String | Data type of the attribute value, such as Currency or Percent. | Small, 68.0 | 68.0 |
| value | String | Value of the attribute, formatted for display, such as $100 or 10%. | Small, 68.0 | 68.0 |