Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Contact

import type { Contact } from "https://googleapis.deno.dev/v1/authorizedbuyersmarketplace:v1.ts";

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

interface Contact {
displayName?: string;
email?: string;
}

§Properties

§
displayName?: string
[src]

The display_name of the contact.

§
email?: string
[src]

Email address for the contact.