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/domains:v1.ts";

Details required for a contact associated with a Registration.

interface Contact {
email?: string;
faxNumber?: string;
phoneNumber?: string;
postalAddress?: PostalAddress;
}

§Properties

§
email?: string
[src]

Required. Email address of the contact.

§
faxNumber?: string
[src]

Fax number of the contact in international format. For example, "+1-800-555-0123".

§
phoneNumber?: string
[src]

Required. Phone number of the contact in international format. For example, "+1-800-555-0123".

§
postalAddress?: PostalAddress
[src]

Required. Postal address of the contact.