Attributes
public class Attributes : APIModel
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
public var currency: PCCurrency? - 
                  
                  
Undocumented
Declaration
Swift
public var fuelType: PCFuel? - 
                  
                  
per liter
Declaration
Swift
public var price: Double? - 
                  
                  
Undocumented
Declaration
Swift
public var productName: String? - 
                  
                  
Time of FuelPrices last update iso8601 with microseconds UTC
Declaration
Swift
public var updatedAt: DateTime? - 
                  
                  
Undocumented
Declaration
Swift
public init(currency: PCCurrency? = nil, fuelType: PCFuel? = nil, price: Double? = nil, productName: String? = nil, updatedAt: DateTime? = 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