Class FuelPrice
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Response
- Assembly
- GoogleMapsApi.dll
The price of a single fuel type at a fuel station.
public sealed class FuelPrice
- Inheritance
-
FuelPrice
- Inherited Members
Properties
Price
Price of the fuel.
[JsonPropertyName("price")]
public Money? Price { get; set; }
Property Value
Type
Fuel type (e.g. REGULAR_UNLEADED).
[JsonPropertyName("type")]
public string? Type { get; set; }
Property Value
UpdateTime
RFC-3339 timestamp the price was last updated.
[JsonPropertyName("updateTime")]
public string? UpdateTime { get; set; }