CDAKTelecom

public class CDAKTelecom: NSObject, CDAKJSONInstantiable

Telephone

  • use

    phone use type

    Declaration

    Swift

    public var use: String?
  • phone number

    Declaration

    Swift

    public var value: String?
  • is this the preferred phone?

    Declaration

    Swift

    public var preferred: Bool?
  • Determines whether the phone is empty

    Declaration

    Swift

    public var is_empty: Bool
  • Undocumented

    Declaration

    Swift

    public class CDAKTelecom: NSObject, CDAKJSONInstantiable
  • Undocumented

    Declaration

    Swift

    public class CDAKTelecom: NSObject, CDAKJSONInstantiable
  • Do not use - will be removed. Was used in HDS Ruby.

    Declaration

    Swift

    public required init(event: [String:Any?])
  • Debugging description

    Declaration

    Swift

    public override var description: String
  • Undocumented

    Declaration

    Swift

    public class CDAKTelecom: NSObject, CDAKJSONInstantiable
  • Dictionary for JSON data

    Declaration

    Swift

    public var jsonDict: [String: AnyObject]