open-nav
    Preparing search index...

    Interface InvoiceDataResultType

    Invoice number based query result

    Számlaszámra történő lekérdezés eredménye

    interface InvoiceDataResultType {
        auditData: AuditDataType;
        compressedContentIndicator: boolean;
        electronicInvoiceHash?: CryptoType;
        invoiceData: string;
    }
    Index
    auditData: AuditDataType

    Invoice audit data

    A számla audit adatai

    compressedContentIndicator: boolean

    Indicates if the content of the invoice needs to be decompressed to be read following the BASE64 decoding

    Jelöli, ha az invoice tartalmát a BASE64 dekódolást követően még ki kell tömöríteni az olvasáshoz

    electronicInvoiceHash?: CryptoType

    Electronic invoice or modification document file hash value

    Elektronikus számla vagy módosító okirat állomány hash lenyomata

    invoiceData: string

    Invoice data in BASE64 encoded form

    Számla adatok BASE64-ben kódolt tartalma