ContactInformation

  • The JSON representation provides contact information for buyers or sellers.

  • Contact details include email address and name, represented by the email and name fields respectively.

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.