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

    Interface SupplierInvoice

    interface SupplierInvoice {
        id: string;
        number: string;
        invoiceDate?: string;
        totalAmount: number;
        status: string;
        isPaid: boolean;
    }
    Index

    Properties

    id: string
    number: string
    invoiceDate?: string
    totalAmount: number
    status: string
    isPaid: boolean