ContactInformation

  • The JSON representation provides a structured way to store contact information.

  • Contact information includes the email address and name of the contact.

  • The email and name fields are strings representing the contact's email address and name 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.