ProcessResponse

interface ProcessResponse {
    ChipPage?: RfidLocation;
    ContainerList: ContainerList;
    elapsedTime?: number;
    log?: string;
    morePagesAvailable?: number;
    passBackObject?: { [key: string]: object };
    ProcessingFinished: ProcessingStatus;
    TransactionInfo: TransactionInfo;
}

Hierarchy (View Summary)

Implemented by

Properties

ChipPage?: RfidLocation

ProcessResponse

ContainerList: ContainerList

ProcessResponse

elapsedTime?: number

Time the document processing has taken, ms.

ProcessResponse

log?: string

Base64 encoded transaction processing log

ProcessResponse

morePagesAvailable?: number

ProcessResponse

passBackObject?: { [key: string]: object }

Free-form object provided in request. See passBackObject property of ProcessRequest.

ProcessResponse

ProcessingFinished: ProcessingStatus

ProcessResponse

TransactionInfo: TransactionInfo

ProcessResponse