FuelPriceType
The FuelPriceType structure attributes and elements contain details on fuel prices at stations.
| Element | Data Type | Mandatory | Description |
|---|---|---|---|
fuelType | String | No | Fuel type. For more information on available fuel types and categories, see Fuel Types and Categories. |
unit | String | No | Unit of measurement for fuel, for example, l or gal. |
currency | String | No | Currency used in the price, for example, USD or EUR. |
modified | DateTime | No | Information about when the fuel price information was last updated, in ISO 8601 format. If the time is UTC, a Z is added. An example of this kind of timestamp value is 2013-12-31T12:00:00.000Z. If the time isn't UTC , then the offset is added as a ±[hh][mm] value (for example, 2014-01-14T10:00:00.000+0100). |
price | Double | No | |
available | Boolean | No | |
errorMargin | Double | No | |
deltaPrice | Double | No | |
indexScore | Integer | No |