Visa Details

Defined under the namespace Scandit.Datacapture.Id

ApplicationStatus

Added in version 8.3.0

An enumeration of possible application status for a visa.

Approved

Added in version 8.3.0

The visa application was approved.

Granted

Added in version 8.3.0

The visa application was granted.

Pending

Added in version 8.3.0

The visa application is pending.

Denied

Added in version 8.3.0

The visa application was denied.

Revoked

Added in version 8.3.0

The visa application was revoked.

Expired

Added in version 8.3.0

The visa application has expired.

Cancelled

Added in version 8.3.0

The visa application was cancelled.

Other

Added in version 8.3.0

The visa application is of an unknown status.

Unknown

Added in version 8.3.0

The visa application is of an unknown status.

VisaDetails
class VisaDetails

Added in version 8.3.0

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

applicationStatus
get applicationStatus(): ApplicationStatus | null

Added in version 8.3.0

The status of the application for the document.

durationInDays
get durationInDays(): number | null

Added in version 8.3.0

The duration of the visa in days.

fullName
get fullName(): string | null

Added in version 8.3.0

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

geographicValidity
get geographicValidity(): string | null

Added in version 8.3.0

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

issuingCountryIso
get issuingCountryIso(): string | null

Added in version 8.3.0

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

issuingAuthority
get issuingAuthority(): string | null

Added in version 8.3.0

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

dateOfIssue
get dateOfIssue(): DateResult | null

Added in version 8.3.0

The date when the visa was issued.

passportNumber
get passportNumber(): string | null

Added in version 8.3.0

The number of the passport referenced by the visa.

multipleEntries
get multipleEntries(): boolean

Added in version 8.3.0

Whether the visa allows multiple entries.

numberOfEntries
get numberOfEntries(): number | null

Added in version 8.3.0

The number of entries allowed on the visa.

validFrom
get validFrom(): DateResult | null

Added in version 8.3.0

The start date of the visa validity.

validUntil
get validUntil(): DateResult | null

Added in version 8.3.0

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

visaNumber
get visaNumber(): string | null

Added in version 8.3.0

The number of the visa.

visaType
get visaType(): string | null

Added in version 8.3.0

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