FuelPriceID
public struct FuelPriceID
A container for the fuel price identifier
-
Creates new instance of
FuelPriceID
Declaration
Swift
public init(id: String)
Parameters
id
Fuel prices information identifier received from the search.
-
The identifier of the data source for the fuel prices. You can get this identifier from the search result. The identifier is in the
SearchResultID
of theSearchResult
, labeledfuelPriceDataSourceId
. Example: 00000000-0003-1d9a-0009-20d4467654e2.Declaration
Swift
public let id: String