FuelType
public class FuelType : APIModel
Condition on the fuelType of a gas station
-
Fuel type is equal to given value
See moreDeclaration
Swift
public enum PCPOIEq : String, Codable, Equatable, CaseIterable
-
Fuel type is equal to given value
Declaration
Swift
public var eq: PCPOIEq?
-
Undocumented
Declaration
Swift
public init(eq: PCPOIEq? = 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: FuelType, rhs: FuelType) -> Bool