Table of Contents

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

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

Barcode

Barcode data

public Field Barcode { get; }

Property Value

Field

Birthplace

Birthplace

public Field Birthplace { get; }

Property Value

Field

Children

public PoIdCardBack.PoIdCardBackChildren Children { get; }

Property Value

PoIdCardBack.PoIdCardBackChildren

ExpiryDate

Expiry date

public Field? ExpiryDate { get; }

Property Value

Field

ID

Identity Document Number

public Field ID { get; }

Property Value

Field

IssueDate

Date of Issue

public Field IssueDate { get; }

Property Value

Field

IssuingAuthority

Issuing authority

public Field IssuingAuthority { get; }

Property Value

Field

Nationality

Nationality

public Field? Nationality { get; }

Property Value

Field

ParentsGivenNames

Parents Given Names

public Field? ParentsGivenNames { get; }

Property Value

Field

PersonalNumber

Personal Number

public Field PersonalNumber { 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

Surname

Surname

public Field Surname { get; }

Property Value

Field