Google Apps Script API
    Preparing search index...
    interface AccountTaxTaxRule {
        country?: string;
        locationId?: string;
        ratePercent?: string;
        shippingTaxed?: boolean;
        useGlobalRate?: boolean;
    }
    Index

    Properties

    country?: string
    locationId?: string
    ratePercent?: string
    shippingTaxed?: boolean
    useGlobalRate?: boolean