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

Order

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

Describes properties of a Planning order.

interface Order {
accountId?: bigint;
advertiserId?: bigint;
approverUserProfileIds?: bigint[];
buyerInvoiceId?: string;
buyerOrganizationName?: string;
comments?: string;
contacts?: OrderContact[];
id?: bigint;
kind?: string;
lastModifiedInfo?: LastModifiedInfo;
name?: string;
notes?: string;
planningTermId?: bigint;
projectId?: bigint;
sellerOrderId?: string;
sellerOrganizationName?: string;
siteId?: bigint[];
siteNames?: string[];
subaccountId?: bigint;
termsAndConditions?: string;
}

§Properties

§
accountId?: bigint
[src]

Account ID of this order.

§
advertiserId?: bigint
[src]

Advertiser ID of this order.

§
approverUserProfileIds?: bigint[]
[src]

IDs for users that have to approve documents created for this order.

§
buyerInvoiceId?: string
[src]

Buyer invoice ID associated with this order.

§
buyerOrganizationName?: string
[src]

Name of the buyer organization.

§
comments?: string
[src]

Comments in this order.

§
contacts?: OrderContact[]
[src]

Contacts for this order.

§
id?: bigint
[src]

ID of this order. This is a read-only, auto-generated field.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#order".

§
lastModifiedInfo?: LastModifiedInfo
[src]

Information about the most recent modification of this order.

§
name?: string
[src]

Name of this order.

§
notes?: string
[src]

Notes of this order.

§
planningTermId?: bigint
[src]

ID of the terms and conditions template used in this order.

§
projectId?: bigint
[src]

Project ID of this order.

§
sellerOrderId?: string
[src]

Seller order ID associated with this order.

§
sellerOrganizationName?: string
[src]

Name of the seller organization.

§
siteId?: bigint[]
[src]

Site IDs this order is associated with.

§
siteNames?: string[]
[src]

Free-form site names this order is associated with.

§
subaccountId?: bigint
[src]

Subaccount ID of this order.

§
termsAndConditions?: string
[src]

Terms and conditions of this order.