ContactInformation Data Type

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

Example

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