ContactInformation Data Type

Implemented Interfaces
Serializable
Properties
name data type description
phone string
fax string
email string
mobile string

Example

{
  "phone" : "...",
  "fax" : "...",
  "email" : "...",
  "mobile" : "..."
}