PCFuelingPaymentMethod
public class PCFuelingPaymentMethod : APIModel
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum PCFuelingType : String, Codable, Equatable, CaseIterable -
Undocumented
Declaration
Swift
public var attributes: Attributes? -
Payment Method ID
Declaration
Swift
public var id: String? -
Undocumented
Declaration
Swift
public var meta: Meta? -
Undocumented
Declaration
Swift
public var type: PCFuelingType? -
Undocumented
Declaration
Swift
public init(attributes: Attributes? = nil, id: String? = nil, meta: Meta? = nil, type: PCFuelingType? = 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: PCFuelingPaymentMethod, rhs: PCFuelingPaymentMethod) -> Bool
View on GitHub
PCFuelingPaymentMethod Class Reference