ContactInformation

Contains information on how a buyer or seller can be reached.

JSON representation
{
  "email": string,
  "name": string
}
Fields
email

string

Email address for the contact.

name

string

The name of the contact.