Google Apps Script API
    Preparing search index...
    interface OrderContact {
        contactInfo?: string;
        contactName?: string;
        contactTitle?: string;
        contactType?: string;
        signatureUserProfileId?: string;
    }
    Index

    Properties

    contactInfo?: string
    contactName?: string
    contactTitle?: string
    contactType?: string
    signatureUserProfileId?: string