ContactInfo
This object provides info about a contact. E.g.
var contactInfo = {
"organizationName": "name of the organization",
"individualName": "individual contact name",
"email": "example@mail.com",
"city": "name of a city",
"url": "http://example.com",
"urlName": "name of the URL",
"urlDescription": "description of the URL",
}
See also Report