ContactInformation Data Type

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

Example

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