ProcessResponse

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

Hierarchy (View Summary)

Properties

ChipPage?: RfidLocation

ProcessResponse

ContainerList: ContainerList

ProcessResponse

elapsedTime?: number

Time the document processing has taken, ms.

ProcessResponse

licensing_code: number
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

reject_message: string
reject_reason: number
TransactionInfo: TransactionInfo

ProcessResponse