Price Comparison Impact Details
Output representation of the priced amounts for one side of a comparison. Each
comparison item returns this representation twice, once as the previous amounts and once as the
current amounts, so that you can show the price impact of the change.
- JSON example
-
1{ 2 "attributes": [ 3 { 4 "name": "copay", 5 "type": "Currency", 6 "value": "$100" 7 }, 8 { 9 "name": "coinsurance", 10 "type": "Percent", 11 "value": "10%" 12 } 13 ], 14 "fee": 20.00, 15 "id": "0rHxx000000001aEAA", 16 "premium": 2000.00, 17 "tax": 180.00, 18 "total": 2200.00 19}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| attributes | Price Comparison Attribute Details[] | List of the plan or coverage attributes, such as copay and coinsurance, that apply to this side of the comparison. The list is populated only when the request sets fetchAttributes to true. | Small, 68.0 | 68.0 |
| fee | Double | Rolled-up fee amount for this node. | Small, 68.0 | 68.0 |
| id | String | ID of the priced record, such as the group census member plan, that this side of the comparison was calculated from. Use this ID to correlate the amounts with the underlying record. | Small, 68.0 | 68.0 |
| premium | Double | Premium amount for this node, before taxes and fees. | Small, 68.0 | 68.0 |
| tax | Double | Rolled-up tax amount for this node. | Small, 68.0 | 68.0 |
| total | Double | Total of all the charges for this node, including the premium, taxes, and fees. | Small, 68.0 | 68.0 |