ContactInformation Data Type

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

Example

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