Google Apps Script API
    Preparing search index...
    interface AccounttaxCustomBatchRequestEntry {
        accountId?: string;
        accountTax?: AccountTax;
        batchId?: number;
        merchantId?: string;
        method?: string;
    }
    Index

    Properties

    accountId?: string
    accountTax?: AccountTax
    batchId?: number
    merchantId?: string
    method?: string