VizResult

data class VizResult(val firstName: StringResult?, val lastName: StringResult?, val fullName: StringResult?, val additionalNameInformation: StringResult?, val localizedName: StringResult?, val fathersName: StringResult?, val mothersName: StringResult?, val address: StringResult?, val additionalAddressInformation: StringResult?, val additionalOptionalAddressInformation: StringResult?, val placeOfBirth: StringResult?, val nationality: StringResult?, val race: StringResult?, val religion: StringResult?, val profession: StringResult?, val maritalStatus: StringResult?, val residentialStatus: StringResult?, val employer: StringResult?, val sex: StringResult?, val sponsor: StringResult?, val bloodType: StringResult?, val dateOfBirth: DateResult<StringResult?>?, val dateOfIssue: DateResult<StringResult?>?, val dateOfExpiry: DateResult<StringResult?>?, val dateOfExpiryPermanent: Boolean = false, val documentNumber: StringResult?, val personalIdNumber: StringResult?, val documentAdditionalNumber: StringResult?, val documentOptionalAdditionalNumber: StringResult?, val additionalPersonalIdNumber: StringResult?, val issuingAuthority: StringResult?, val visaType: StringResult?, val driverLicenseDetailedInfo: DriverLicenseDetailedInfo<StringResult?>?, val documentSubtype: StringResult?, val remarks: StringResult?, val residencePermitType: StringResult?, val manufacturingYear: StringResult?, val vehicleType: StringResult?, val eligibilityCategory: StringResult?, val specificDocumentValidity: StringResult?, val dependentsInfo: Array<DependentInfo>, val vehicleOwner: StringResult?)

Represents the result of the Visual Inspection Zone of a document.

Constructors

Link copied to clipboard
constructor(firstName: StringResult?, lastName: StringResult?, fullName: StringResult?, additionalNameInformation: StringResult?, localizedName: StringResult?, fathersName: StringResult?, mothersName: StringResult?, address: StringResult?, additionalAddressInformation: StringResult?, additionalOptionalAddressInformation: StringResult?, placeOfBirth: StringResult?, nationality: StringResult?, race: StringResult?, religion: StringResult?, profession: StringResult?, maritalStatus: StringResult?, residentialStatus: StringResult?, employer: StringResult?, sex: StringResult?, sponsor: StringResult?, bloodType: StringResult?, dateOfBirth: DateResult<StringResult?>?, dateOfIssue: DateResult<StringResult?>?, dateOfExpiry: DateResult<StringResult?>?, dateOfExpiryPermanent: Boolean = false, documentNumber: StringResult?, personalIdNumber: StringResult?, documentAdditionalNumber: StringResult?, documentOptionalAdditionalNumber: StringResult?, additionalPersonalIdNumber: StringResult?, issuingAuthority: StringResult?, visaType: StringResult?, driverLicenseDetailedInfo: DriverLicenseDetailedInfo<StringResult?>?, documentSubtype: StringResult?, remarks: StringResult?, residencePermitType: StringResult?, manufacturingYear: StringResult?, vehicleType: StringResult?, eligibilityCategory: StringResult?, specificDocumentValidity: StringResult?, dependentsInfo: Array<DependentInfo>, vehicleOwner: StringResult?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The additional address information of the document owner.

Link copied to clipboard

The additional name information of the document owner.

Link copied to clipboard

The one more additional address information of the document own

Link copied to clipboard

The additional personal identification number.

Link copied to clipboard

The address of the document owner.

Link copied to clipboard

The blood type of the document owner.

Link copied to clipboard

The date of birth of the document owner.

Link copied to clipboard

The date of expiry of the document.

Link copied to clipboard

Determines if date of expiry is permanent.

Link copied to clipboard

The date of issue of the document.

Link copied to clipboard

The dependents info.

Link copied to clipboard

The additional number of the document.

Link copied to clipboard

The document number.

Link copied to clipboard

The one more additional number of the document.

Link copied to clipboard

The transcription of the document subtype.

Link copied to clipboard

The driver license detailed info.

Link copied to clipboard

The eligibility category.

Link copied to clipboard

The employer of the document owner.

Link copied to clipboard

The fathers name of the document owner.

Link copied to clipboard

The first name of the document owner.

Link copied to clipboard

The full name of the document owner.

Link copied to clipboard

The issuing authority of the document.

Link copied to clipboard

The last name of the document owner.

Link copied to clipboard

The localized name of the document owner.

Link copied to clipboard

The manufacturing year.

Link copied to clipboard

The marital status of the document owner.

Link copied to clipboard

The mothers name of the document owner.

Link copied to clipboard

The nationality of the document owner.

Link copied to clipboard

The personal identification number.

Link copied to clipboard

The place of birth of the document owner.

Link copied to clipboard

The profession of the document owner.

Link copied to clipboard

The race of the document owner.

Link copied to clipboard

The religion of the document owner.

Link copied to clipboard

The remarks on the residence permit.

Link copied to clipboard

The residence permit type.

Link copied to clipboard

The residential status of the document owner.

Link copied to clipboard

The sex of the document owner.

Link copied to clipboard

The specific document validity.

Link copied to clipboard

The sponsor of the document owner.

Link copied to clipboard

The vehicle owner.

Link copied to clipboard

The vehicle type.

Link copied to clipboard

The visa type of the document.