open-nav
    Preparing search index...

    Interface InvoiceMainType

    A common type to describe invoice information

    Számlaadatok leírására szolgáló közös típus

    Exactly one of invoice, batchInvoice may be set.

    interface InvoiceMainType {
        batchInvoice?: BatchInvoiceType[];
        invoice?: InvoiceType;
    }
    Index
    batchInvoice?: BatchInvoiceType[]

    Data of a batch of modification documents

    Kötegelt módosító okirat adatai

    invoice?: InvoiceType

    Data of a single invoice or modification document

    Egy számla vagy módosító okirat adatai