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

ContactInformation

import type { ContactInformation } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

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

interface ContactInformation {
email?: string;
name?: string;
}

§Properties

§
email?: string
[src]

Email address for the contact.

§
name?: string
[src]

The name of the contact.