Google Apps Script API
    Preparing search index...
    interface AccountsCustomBatchRequestEntry {
        account?: GoogleAppsScript.Content.Schema.Account;
        accountId?: string;
        batchId?: number;
        force?: boolean;
        linkRequest?: AccountsCustomBatchRequestEntryLinkRequest;
        merchantId?: string;
        method?: string;
        overwrite?: boolean;
    }
    Index

    Properties

    accountId?: string
    batchId?: number
    force?: boolean
    merchantId?: string
    method?: string
    overwrite?: boolean