PCFuelPriceResponse
public class PCFuelPriceResponse : APIModel
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
public var data: PCFuelPrice? - 
                  
                  
Undocumented
Declaration
Swift
public init(data: PCFuelPrice? = 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: PCFuelPriceResponse, rhs: PCFuelPriceResponse) -> Bool 
View on GitHub
        PCFuelPriceResponse Class Reference