Google Apps Script API
    Preparing search index...
    interface UnitInvoiceTaxLine {
        taxAmount?: Price;
        taxName?: string;
        taxType?: string;
    }
    Index

    Properties

    taxAmount?: Price
    taxName?: string
    taxType?: string