open-nav
    Preparing search index...

    Interface InvoiceChainQueryType

    Invoice number param of the invoice chain digest query

    Számlalánc kivonat lekérdezés számlaszám paramétere

    interface InvoiceChainQueryType {
        invoiceDirection: InvoiceDirectionType;
        invoiceNumber: string;
        taxNumber?: string;
    }
    Index
    invoiceDirection: InvoiceDirectionType

    Inbound or outbound invoice query parameter

    Kimenő vagy bejövő számla keresési paramétere

    invoiceNumber: string

    Sequential number of the original or modification invoice

    Számla vagy módosító okirat sorszáma

    taxNumber?: string

    Tax number of the supplier or the customer of the invoice (the search criteria depends on the value of the invoiceDirection tag)

    A számla kiállítójának vagy vevőjének adószáma (a keresési feltétel az invoiceDirection tag értékétől függ)