FuelPrice
public class FuelPrice : APIModel
Condition on the fuelPrice of a gas station.
-
Fuel price is less then given amount. Amount is always given in the currency of the gas station. The units are not scaled, for
EUR, the value 1.3 means 1 euro and 30 cents.Declaration
Swift
public var lt: Double? -
Undocumented
Declaration
Swift
public init(lt: Double? = nil) -
Declaration
Swift
public required init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool -
Declaration
Swift
public static func == (lhs: FuelPrice, rhs: FuelPrice) -> Bool
View on GitHub
FuelPrice Class Reference