ContactInformation
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["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."]]],["The content describes a contact information structure using JSON. It specifies two fields: `email`, a string representing the contact's email address, and `name`, a string for the contact's name. This structure is intended to represent the contact details for a buyer or seller, allowing communication through a provided email address and identification by name. This information can be represented using the JSON format: `{ \"email\": string, \"name\": string }`.\n"]]