IJourneyInformation – GBG IDscan Documentation

IJourneyInformation

Data structure for Journey

Signature:

export interface IJourneyInformation 

Properties

PropertyTypeDescription
additionalDataanyAny additional information about the journey
blurCheckanyHas the document passed the blurriness check?
documentsIDocument[]The documents associated with this journey
glareCheckanyHas the document passed the low resolution check?
holderIPersonThe holder of the documents associated with the journey
lowResolutionCheckanyThe reference number for the document assigned by the scanner
scannerIpstringThe address of the scanner which captured the documents
scanReferencestringThe reference number for the documents assigned by the scanner

IJourneyInformation.additionalData property

Any additional information about the journey

Signature:

additionalData?: any;

IJourneyInformation.blurCheck property

Has the document passed the blurriness check?

Signature:

blurCheck?: any;

IJourneyInformation.documents property

The documents associated with this journey

Signature:

documents: IDocument[];

IJourneyInformation.glareCheck property

Has the document passed the low-resolution check?

Signature:

glareCheck?: any;

IJourneyInformation.holder property

The holder of the documents associated with the journey

Signature:

holder: IPerson;

IJourneyInformation.lowResolutionCheck property

The reference number for the document assigned by the scanner

Signature:

lowResolutionCheck?: any;

IJourneyInformation.scannerIp property

The address of the scanner which captured the documents

Signature:

scannerIp?: string;

IJourneyInformation.scanReference property

The reference number for the documents assigned by the scanner

Signature:

scanReference?: string;

Was this page helpful?