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

IssuerContactInfo

import type { IssuerContactInfo } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface IssuerContactInfo {
alertsEmails?: string[];
email?: string;
name?: string;
phone?: string;
}

§Properties

§
alertsEmails?: string[]
[src]

Email addresses which will receive alerts.

§
email?: string
[src]

The primary contact email address.

§
name?: string
[src]

The primary contact name.

§
phone?: string
[src]

The primary contact phone number.