open-nav
    Preparing search index...

    Interface InvoiceOperationType

    Invoice operation of the request

    A kéréshez tartozó számlaművelet

    interface InvoiceOperationType {
        electronicInvoiceHash?: CryptoType;
        index: number;
        invoiceData: string;
        invoiceOperation: ManageInvoiceOperationType;
    }
    Index
    electronicInvoiceHash?: CryptoType

    Electronic invoice or modification document file hash value

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

    index: number

    Sequence number of the invoice within the request

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

    invoiceData: string

    Invoice data in BASE64 encoded form

    Számla adatok BASE64-ben kódolt tartalma

    invoiceOperation: ManageInvoiceOperationType

    Type of the desired invoice operation

    A kért számla művelet típusa