CDAKPerson
public class CDAKPerson: CDAKPersonable, CDAKJSONInstantiable
Person. Generic person container. Should not use for a provider.
-
Prefix (Mrs., MD., etc.) (was Title)
Declaration
Swift
public var prefix: String? -
First / given name
Declaration
Swift
public var given_name: String? -
Family / last name
Declaration
Swift
public var family_name: String? -
Suffix
Declaration
Swift
public var suffix: String? -
addresses
Declaration
Swift
public var addresses: [CDAKAddress] = [CDAKAddress]() -
telecoms
Declaration
Swift
public var telecoms: [CDAKTelecom] = [CDAKTelecom]()
-
Undocumented
Declaration
Swift
public class CDAKPerson: CDAKPersonable, CDAKJSONInstantiable
-
Do not use - will be removed. Was used in HDS Ruby.
Declaration
Swift
required public init(event: [String:Any?])
-
Undocumented
Declaration
Swift
public class CDAKPerson: CDAKPersonable, CDAKJSONInstantiable
-
Dictionary for JSON data
Declaration
Swift
public var jsonDict: [String: AnyObject]
CDAKPerson Class Reference