Google Apps Script API
    Preparing search index...
    interface AccounttaxCollection {
        custombatch(
            resource: AccounttaxCustomBatchRequest,
        ): AccounttaxCustomBatchResponse;
        custombatch(
            resource: AccounttaxCustomBatchRequest,
            optionalArgs: object,
        ): AccounttaxCustomBatchResponse;
        get(merchantId: string, accountId: string): AccountTax;
        list(merchantId: string): AccounttaxListResponse;
        list(merchantId: string, optionalArgs: object): AccounttaxListResponse;
        patch(
            resource: AccountTax,
            merchantId: string,
            accountId: string,
        ): AccountTax;
        patch(
            resource: AccountTax,
            merchantId: string,
            accountId: string,
            optionalArgs: object,
        ): AccountTax;
        update(
            resource: AccountTax,
            merchantId: string,
            accountId: string,
        ): AccountTax;
        update(
            resource: AccountTax,
            merchantId: string,
            accountId: string,
            optionalArgs: object,
        ): AccountTax;
    }
    Index

    Methods