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

OrderContact

import type { OrderContact } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Contact of an order.

interface OrderContact {
contactInfo?: string;
contactName?: string;
contactTitle?: string;
contactType?: "PLANNING_ORDER_CONTACT_BUYER_CONTACT" | "PLANNING_ORDER_CONTACT_BUYER_BILLING_CONTACT" | "PLANNING_ORDER_CONTACT_SELLER_CONTACT";
signatureUserProfileId?: bigint;
}

§Properties

§
contactInfo?: string
[src]

Free-form information about this contact. It could be any information related to this contact in addition to type, title, name, and signature user profile ID.

§
contactName?: string
[src]

Name of this contact.

§
contactTitle?: string
[src]

Title of this contact.

§
contactType?: "PLANNING_ORDER_CONTACT_BUYER_CONTACT" | "PLANNING_ORDER_CONTACT_BUYER_BILLING_CONTACT" | "PLANNING_ORDER_CONTACT_SELLER_CONTACT"
[src]

Type of this contact.

§
signatureUserProfileId?: bigint
[src]

ID of the user profile containing the signature that will be embedded into order documents.