Data structure for Journey
Signature:
export interface IJourneyInformation
Properties
Property | Type | Description |
---|---|---|
additionalData | any | Any additional information about the journey |
blurCheck | any | Has the document passed the blurriness check? |
documents | IDocument[] | The documents associated with this journey |
glareCheck | any | Has the document passed the low resolution check? |
holder | IPerson | The holder of the documents associated with the journey |
lowResolutionCheck | any | The reference number for the document assigned by the scanner |
scannerIp | string | The address of the scanner which captured the documents |
scanReference | string | The 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;