Class CnEntryAndExitPermitBack
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
CnEntryAndExitPermitBack
public class CnEntryAndExitPermitBack : GenericDocumentWrapper
- Inheritance
-
CnEntryAndExitPermitBack
- Inherited Members
Constructors
CnEntryAndExitPermitBack(GenericDocument)
public CnEntryAndExitPermitBack(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
BarcodeBottom
Barcode on the bottom of the document
public Field? BarcodeBottom { get; }
Property Value
BarcodeTop
Barcode on the top of the document
public Field? BarcodeTop { get; }
Property Value
Children
public CnEntryAndExitPermitBack.CnEntryAndExitPermitBackChildren Children { get; }
Property Value
HongKongValidFrom
Hong Kong Valid From Date
public Field? HongKongValidFrom { get; }
Property Value
HongKongValidUntil
Hong Kong Valid Until Date
public Field? HongKongValidUntil { get; }
Property Value
MacaoValidFrom
Macao Valid From Date
public Field? MacaoValidFrom { get; }
Property Value
MacaoValidUntil
Macao Valid Until Date
public Field? MacaoValidUntil { 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
TaiwanIDNumber
Taiwan Identification Number
public Field? TaiwanIDNumber { get; }