Visa Details
Defined in library scandit_datacapture_id
- ApplicationStatus
Added in version 8.5.0
An enumeration of possible application status for a visa.
- approved
Added in version 8.5.0
The visa application was approved.
- granted
Added in version 8.5.0
The visa application was granted.
- pending
Added in version 8.5.0
The visa application is pending.
- denied
Added in version 8.5.0
The visa application was denied.
- revoked
Added in version 8.5.0
The visa application was revoked.
- expired
Added in version 8.5.0
The visa application has expired.
- cancelled
Added in version 8.5.0
The visa application was cancelled.
- other
Added in version 8.5.0
The visa application is of an unknown status.
- unknown
Added in version 8.5.0
The visa application is of an unknown status.
- VisaDetails
class VisaDetailsAdded in version 8.5.0
This class represents data extracted from a visa document processed in the cloud.
- applicationStatus
ApplicationStatus? get applicationStatus
Added in version 8.5.0
The status of the application for the document.
- fullName
String? get fullName
Added in version 8.5.0
The full name of the person holding the visa or applicant on the document.
- geographicValidity
String? get geographicValidity
Added in version 8.5.0
The geographic validity of the document. For example “Schengen States” or “United States of America”.
- issuingCountryIso
String? get issuingCountryIso
Added in version 8.5.0
The ISO code (Alpha-3 code) of the country issuing the document.
- issuingAuthority
String? get issuingAuthority
Added in version 8.5.0
The authority that issued the document, or the place where it was issued.
- dateOfIssue
DateResult? get dateOfIssue
Added in version 8.5.0
The date when the visa was issued.
- passportNumber
String? get passportNumber
Added in version 8.5.0
The number of the passport referenced by the visa.
- multipleEntries
bool? get multipleEntries
Added in version 8.5.0
Whether the visa allows multiple entries.
- numberOfEntries
int? get numberOfEntries
Added in version 8.5.0
The number of entries allowed on the visa.
- validFrom
DateResult? get validFrom
Added in version 8.5.0
The start date of the visa validity.
- validUntil
DateResult? get validUntil
Added in version 8.5.0
The end date of the visa validity. Sometimes also called “expiry date”.