open-nav
    Preparing search index...

    Interface ProcessingResultType

    Invoice processing result

    Számla feldolgozási eredmény

    interface ProcessingResultType {
        batchIndex?: number;
        businessValidationMessages?: BusinessValidationResultType[];
        compressedContentIndicator: boolean;
        index: number;
        invoiceStatus: InvoiceStatusType;
        originalRequest?: string;
        technicalValidationMessages?: TechnicalValidationResultType[];
    }
    Index
    batchIndex?: number

    Sequence number of the modification document within the batch

    A módosító okirat sorszáma a kötegen belül

    businessValidationMessages?: BusinessValidationResultType[]

    Business validation messages

    Üzleti validációs üzenetek

    compressedContentIndicator: boolean

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

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

    index: number

    Sequence number of the invoice within the request

    A számla sorszáma a kérésen belül

    invoiceStatus: InvoiceStatusType

    Processing status of the invoice

    A számla feldolgozási státusza

    originalRequest?: string

    Invoice data in BASE64 encoded form

    Számla adatok BASE64-ben kódolt tartalma

    technicalValidationMessages?: TechnicalValidationResultType[]

    Technical validation messages

    Technikai validációs üzenetek