Visa Details

Defined in package com.scandit.datacapture.id

ApplicationStatus

Added in version 8.4.0

An enumeration of possible application status for a visa.

APPROVED

Added in version 8.4.0

The visa application was approved.

GRANTED

Added in version 8.4.0

The visa application was granted.

PENDING

Added in version 8.4.0

The visa application is pending.

DENIED

Added in version 8.4.0

The visa application was denied.

REVOKED

Added in version 8.4.0

The visa application was revoked.

EXPIRED

Added in version 8.4.0

The visa application has expired.

CANCELLED

Added in version 8.4.0

The visa application was cancelled.

OTHER

Added in version 8.4.0

The visa application is of an unknown status.

UNKNOWN

Added in version 8.4.0

The visa application is of an unknown status.

VisaDetails
class VisaDetails

Added in version 8.4.0

This class represents data extracted from a visa document processed in the cloud.

applicationStatus
val applicationStatus: ApplicationStatus?

Added in version 8.4.0

The status of the application for the document.

durationInDays
val durationInDays: Int?

Added in version 8.4.0

The duration of the visa in days.

fullName
val fullName: String?

Added in version 8.4.0

The full name of the person holding the visa or applicant on the document.

geographicValidity
val geographicValidity: String?

Added in version 8.4.0

The geographic validity of the document. For example “Schengen States” or “United States of America”.

issuingCountryIso
val issuingCountryIso: String?

Added in version 8.4.0

The ISO code (Alpha-3 code) of the country issuing the document.

issuingAuthority
val issuingAuthority: String?

Added in version 8.4.0

The authority that issued the document, or the place where it was issued.

dateOfIssue
val dateOfIssue: DateResult?

Added in version 8.4.0

The date when the visa was issued.

passportNumber
val passportNumber: String?

Added in version 8.4.0

The number of the passport referenced by the visa.

multipleEntries
val multipleEntries: Boolean?

Added in version 8.4.0

Whether the visa allows multiple entries.

numberOfEntries
val numberOfEntries: Int?

Added in version 8.4.0

The number of entries allowed on the visa.

validFrom
val validFrom: DateResult?

Added in version 8.4.0

The start date of the visa validity.

validUntil
val validUntil: DateResult?

Added in version 8.4.0

The end date of the visa validity. Sometimes also called “expiry date”.

visaNumber
val visaNumber: String?

Added in version 8.4.0

The number of the visa.

visaType
val visaType: String?

Added in version 8.4.0

The type of the visa. Usually a single character like ‘C’, ‘A’ or ‘D’.

foilNumber
val foilNumber: String?

Added in version 8.4.0

The foil number of the visa, if available. Typically an eight-digit alphanumeric code printed in red ink on a U.S. visa sticker, usually found in the lower right-hand corner.