ContactInfo Data Type

Implemented Interfaces
Serializable
Properties
name data type description
contactPerson string
phoneNumber string
eMail string
faxNumber string
infoUrl string
bookingUrl string
additionalDetails string

Example

{
  "contactPerson" : "...",
  "phoneNumber" : "...",
  "eMail" : "...",
  "faxNumber" : "...",
  "infoUrl" : "...",
  "bookingUrl" : "...",
  "additionalDetails" : "..."
}