Google Apps Script API
    Preparing search index...
    interface OrderDocument {
        accountId?: string;
        advertiserId?: string;
        amendedOrderDocumentId?: string;
        approvedByUserProfileIds?: string[];
        cancelled?: boolean;
        createdInfo?: LastModifiedInfo;
        effectiveDate?: string;
        id?: string;
        kind?: string;
        lastSentRecipients?: string[];
        lastSentTime?: string;
        orderId?: string;
        projectId?: string;
        signed?: boolean;
        subaccountId?: string;
        title?: string;
        type?: string;
    }
    Index

    Properties

    accountId?: string
    advertiserId?: string
    amendedOrderDocumentId?: string
    approvedByUserProfileIds?: string[]
    cancelled?: boolean
    createdInfo?: LastModifiedInfo
    effectiveDate?: string
    id?: string
    kind?: string
    lastSentRecipients?: string[]
    lastSentTime?: string
    orderId?: string
    projectId?: string
    signed?: boolean
    subaccountId?: string
    title?: string
    type?: string