open-nav
    Preparing search index...

    Interface SignedOperation

    A single invoice (or annulment) operation as it contributes to the request signature of a manageInvoice / manageAnnulment call.

    interface SignedOperation {
        base64Payload: string;
        index: number;
        operation: string;
    }
    Index
    base64Payload: string

    Base64 encoded payload exactly as it appears in the request XML.

    index: number

    1-based position inside the batch; operations are hashed in index order.

    operation: string

    CREATE, MODIFY, STORNO or ANNUL.