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
documentGenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
BarcodeLeft
Barcode on the left of the document
public Field? BarcodeLeft { get; }
Property Value
BarcodeRight
Barcode on the right of the document
public Field? BarcodeRight { get; }
Property Value
BirthDate
Date of Birth
public Field BirthDate { get; }
Property Value
Children
public TwEntryAndExitPermit.TwEntryAndExitPermitChildren Children { get; }
Property Value
CountryCode
Country Code
public Field? CountryCode { get; }
Property Value
CountryOfResidency
Country of Residency
public Field? CountryOfResidency { get; }
Property Value
DocumentType
Document Type
public Field? DocumentType { get; }
Property Value
EntryInspection
Entry inspection information
public Field? EntryInspection { get; }
Property Value
ExitInspection
Exit inspection information
public Field? ExitInspection { get; }
Property Value
ExpiryDate
Expiry Date of the permit
public Field ExpiryDate { get; }
Property Value
Gender
Gender
public Field Gender { get; }
Property Value
GivenNames
Given Names
public Field? GivenNames { get; }
Property Value
ID
Identity Document Number
public Field ID { get; }
Property Value
IssueDate
Date when the permit was issued
public Field IssueDate { get; }
Property Value
PassportNumber
Passport Number
public Field? PassportNumber { get; }
Property Value
PersonalNumber
Personal number
public Field PersonalNumber { get; }
Property Value
Photo
Photograph
public Field Photo { get; }
Property Value
RawMRZ
Raw MRZ text value
public Field? RawMRZ { get; }
Property Value
Remarks
Remarks section of the permit
public Field? Remarks { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }