FuelPriceID

public struct FuelPriceID

A container for the fuel price identifier

Lifecycle

  • Creates new instance of FuelPriceID

    Declaration

    Swift

    public init(id: String)

    Parameters

    id

    Fuel prices information identifier received from the search.

Public

  • id

    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 the SearchResult, labeled fuelPriceDataSourceId. Example: 00000000-0003-1d9a-0009-20d4467654e2.

    Declaration

    Swift

    public let id: String