ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface InvoiceLine

    interface InvoiceLine {
        lineNumber: number;
        productCode: string;
        productDescription?: string;
        quantity: number;
        unit: string;
        unitPrice: number;
        totalPrice: number;
        taxRate?: number;
        taxAmount?: number;
    }
    Index

    Properties

    lineNumber: number
    productCode: string
    productDescription?: string
    quantity: number
    unit: string
    unitPrice: number
    totalPrice: number
    taxRate?: number
    taxAmount?: number