Contact
public class Contact : APIModel
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum PCPOIGender : String, Codable, Equatable, CaseIterable -
Undocumented
Declaration
Swift
public var email: String? -
Undocumented
Declaration
Swift
public var faxNumber: String? -
Undocumented
Declaration
Swift
public var firstName: String? -
Undocumented
Declaration
Swift
public var gender: PCPOIGender? -
Undocumented
Declaration
Swift
public var lastName: String? -
Undocumented
Declaration
Swift
public var phoneNumber: String? -
Undocumented
Declaration
Swift
public init(email: String? = nil, faxNumber: String? = nil, firstName: String? = nil, gender: PCPOIGender? = nil, lastName: String? = nil, phoneNumber: 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: Contact, rhs: Contact) -> Bool
View on GitHub
Contact Class Reference