Attributes
public class Attributes : APIModel
Undocumented
-
Fuel type for cars, based on the EU fuel marking
See moreDeclaration
Swift
public enum PCFuelingCarFuelType : String, Codable, Equatable, CaseIterable -
Undocumented
See moreDeclaration
Swift
public enum PCFuelingCurrency : String, Codable, Equatable, CaseIterable -
‘Value’ field of the payment token (not the payment token ID)
Declaration
Swift
public var paymentToken: String -
Pump ID
Declaration
Swift
public var pumpId: ID -
Fuel type for cars, based on the EU fuel marking
Declaration
Swift
public var carFuelType: PCFuelingCarFuelType? -
Undocumented
Declaration
Swift
public var currency: PCFuelingCurrency? -
Current mileage in meters
Declaration
Swift
public var mileage: Int? -
Undocumented
Declaration
Swift
public var priceIncludingVAT: Double? -
Vehicle identification number
Declaration
Swift
public var vin: String? -
Undocumented
Declaration
Swift
public init(paymentToken: String, pumpId: ID, carFuelType: PCFuelingCarFuelType? = nil, currency: PCFuelingCurrency? = nil, mileage: Int? = nil, priceIncludingVAT: Double? = nil, vin: 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
View on GitHub
Attributes Class Reference