Class CnEntryAndExitPermitFront
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
CnEntryAndExitPermitFront
public class CnEntryAndExitPermitFront : GenericDocumentWrapper
- Inheritance
-
CnEntryAndExitPermitFront
- Inherited Members
Constructors
CnEntryAndExitPermitFront(GenericDocument)
public CnEntryAndExitPermitFront(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
BirthDate
Date of Birth
public Field BirthDate { get; }
Property Value
Business
Business Type
public Field? Business { get; }
Property Value
Children
public CnEntryAndExitPermitFront.CnEntryAndExitPermitFrontChildren Children { get; }
Property Value
Destinations
Destinations
public Field? Destinations { 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
MRZLine
MRZ text value
public Field? MRZLine { get; }
Property Value
Photo
Photo
public Field Photo { get; }
Property Value
PlaceOfIssue
Place where the permit was issued
public Field? PlaceOfIssue { get; }
Property Value
PortsOfExitAndEntry
Ports where the cardholder can enter or exit
public Field? PortsOfExitAndEntry { get; }
Property Value
RawMRZ
Raw MRZ text value
public Field? RawMRZ { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
TimesOfExitAndEntry
Number of times the cardholder has exited or entered
public Field? TimesOfExitAndEntry { get; }
Property Value
ValidFrom
Start date of the permit validity
public Field ValidFrom { get; }
Property Value
ValidUntil
End date of the permit validity
public Field ValidUntil { get; }