Class PoIdCardBack
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
PoIdCardBack
public class PoIdCardBack : GenericDocumentWrapper
- Inheritance
-
PoIdCardBack
- Inherited Members
Constructors
PoIdCardBack(GenericDocument)
public PoIdCardBack(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
Barcode
Barcode data
public Field Barcode { get; }
Property Value
Birthplace
Birthplace
public Field Birthplace { get; }
Property Value
Children
public PoIdCardBack.PoIdCardBackChildren Children { get; }
Property Value
ExpiryDate
Expiry date
public Field? ExpiryDate { get; }
Property Value
ID
Identity Document Number
public Field ID { get; }
Property Value
IssueDate
Date of Issue
public Field IssueDate { get; }
Property Value
IssuingAuthority
Issuing authority
public Field IssuingAuthority { get; }
Property Value
Nationality
Nationality
public Field? Nationality { get; }
Property Value
ParentsGivenNames
Parents Given Names
public Field? ParentsGivenNames { get; }
Property Value
PersonalNumber
Personal Number
public Field PersonalNumber { 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
Surname
Surname
public Field Surname { get; }