Attributes
public class Attributes : APIModel
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum PCFuelingCurrency : String, Codable, Equatable, CaseIterable
-
Fuel type for cars, based on the EU fuel marking
See moreDeclaration
Swift
public enum PCFuelingFuelType : String, Codable, Equatable, CaseIterable
-
Undocumented
Declaration
Swift
public var currency: PCFuelingCurrency?
-
Fuel type for cars, based on the EU fuel marking
Declaration
Swift
public var fuelType: PCFuelingFuelType?
-
Price in liters
Declaration
Swift
public var price: Double?
-
Undocumented
Declaration
Swift
public var productName: String?
-
Undocumented
Declaration
Swift
public init(currency: PCFuelingCurrency? = nil, fuelType: PCFuelingFuelType? = nil, price: Double? = nil, productName: String? = 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: Attributes, rhs: Attributes) -> Bool