FuelPriceOptions

public struct FuelPriceOptions

Parameters for fuel prices request.

  • Constructs a FuelPriceOptions.

    Declaration

    Swift

    public init(
        fuelPriceID: FuelPriceID
    )

    Parameters

    fuelPriceID

    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.

  • 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 var fuelPriceID: FuelPriceID