Table of Contents

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

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

BirthDate

Date of Birth

public Field BirthDate { get; }

Property Value

Field

Business

Business Type

public Field? Business { get; }

Property Value

Field

Children

public CnEntryAndExitPermitFront.CnEntryAndExitPermitFrontChildren Children { get; }

Property Value

CnEntryAndExitPermitFront.CnEntryAndExitPermitFrontChildren

Destinations

Destinations

public Field? Destinations { 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

MRZLine

MRZ text value

public Field? MRZLine { get; }

Property Value

Field

Photo

Photo

public Field Photo { get; }

Property Value

Field

PlaceOfIssue

Place where the permit was issued

public Field? PlaceOfIssue { get; }

Property Value

Field

PortsOfExitAndEntry

Ports where the cardholder can enter or exit

public Field? PortsOfExitAndEntry { get; }

Property Value

Field

RawMRZ

Raw MRZ text value

public Field? RawMRZ { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

TimesOfExitAndEntry

Number of times the cardholder has exited or entered

public Field? TimesOfExitAndEntry { get; }

Property Value

Field

ValidFrom

Start date of the permit validity

public Field ValidFrom { get; }

Property Value

Field

ValidUntil

End date of the permit validity

public Field ValidUntil { get; }

Property Value

Field