Price Comparison Currency Details
Output representation of the details of the currency that all amounts in a price
comparison are expressed in. Use these details to format the previous and current amounts for
display.
- JSON example
-
1{ 2 "locale": "en_US", 3 "name": "USD", 4 "symbol": "$" 5}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| locale | String | Locale to use when you format the amounts, such as en_US. | Small, 68.0 | 68.0 |
| name | String | ISO code of the currency, such as USD. | Small, 68.0 | 68.0 |
| symbol | String | Symbol of the currency, such as $. | Small, 68.0 | 68.0 |