Table of Contents

Class TwEntryAndExitPermit

Namespace
ScanbotSDK.MAUI.DocumentsModel
Assembly
ScanbotSDK.Shared.dll

TwEntryAndExitPermit

public class TwEntryAndExitPermit : GenericDocumentWrapper
Inheritance
TwEntryAndExitPermit
Inherited Members

Constructors

TwEntryAndExitPermit(GenericDocument)

public TwEntryAndExitPermit(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

BarcodeLeft

Barcode on the left of the document

public Field? BarcodeLeft { get; }

Property Value

Field

BarcodeRight

Barcode on the right of the document

public Field? BarcodeRight { get; }

Property Value

Field

BirthDate

Date of Birth

public Field BirthDate { get; }

Property Value

Field

Children

public TwEntryAndExitPermit.TwEntryAndExitPermitChildren Children { get; }

Property Value

TwEntryAndExitPermit.TwEntryAndExitPermitChildren

CountryCode

Country Code

public Field? CountryCode { get; }

Property Value

Field

CountryOfResidency

Country of Residency

public Field? CountryOfResidency { get; }

Property Value

Field

DocumentType

Document Type

public Field? DocumentType { get; }

Property Value

Field

EntryInspection

Entry inspection information

public Field? EntryInspection { get; }

Property Value

Field

ExitInspection

Exit inspection information

public Field? ExitInspection { get; }

Property Value

Field

ExpiryDate

Expiry Date of the permit

public Field ExpiryDate { get; }

Property Value

Field

Gender

Gender

public Field Gender { get; }

Property Value

Field

GivenNames

Given Names

public Field? GivenNames { get; }

Property Value

Field

ID

Identity Document Number

public Field ID { get; }

Property Value

Field

IssueDate

Date when the permit was issued

public Field IssueDate { get; }

Property Value

Field

PassportNumber

Passport Number

public Field? PassportNumber { get; }

Property Value

Field

PersonalNumber

Personal number

public Field PersonalNumber { get; }

Property Value

Field

Photo

Photograph

public Field Photo { get; }

Property Value

Field

RawMRZ

Raw MRZ text value

public Field? RawMRZ { get; }

Property Value

Field

Remarks

Remarks section of the permit

public Field? Remarks { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string