open-nav
    Preparing search index...

    Interface DownloadedInvoice

    interface DownloadedInvoice {
        auditData: AuditDataType;
        digest: InvoiceDigestType;
        invoice: InvoiceData;
        xml: string;
    }
    Index
    auditData: AuditDataType

    NAV's own record of when and how the data arrived.

    digest: InvoiceDigestType

    The digest entry that led to this invoice.

    invoice: InvoiceData

    The decoded invoice.

    xml: string

    The invoice re-serialised, for writing to disk.