Google Apps Script API
    Preparing search index...
    interface ProductTax {
        country?: string;
        locationId?: string;
        postalCode?: string;
        rate?: number;
        region?: string;
        taxShip?: boolean;
    }
    Index

    Properties

    country?: string
    locationId?: string
    postalCode?: string
    rate?: number
    region?: string
    taxShip?: boolean