Table of Contents

Class DeResidencePermitBack

Namespace
ScanbotSDK.MAUI.DocumentsModel
Assembly
ScanbotSDK.Shared.dll

German Residence Permit (Aufenthaltstitel), Back side

public class DeResidencePermitBack : GenericDocumentWrapper
Inheritance
DeResidencePermitBack
Inherited Members

Constructors

DeResidencePermitBack(GenericDocument)

public DeResidencePermitBack(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

Address

Address (Anschrift)

public Field Address { get; }

Property Value

Field

BirthDate

Birth date (Geburtsdatum)

public Field? BirthDate { get; }

Property Value

Field

Birthplace

Birthplace (Geburtsort)

public Field Birthplace { get; }

Property Value

Field

Children

public DeResidencePermitBack.DeResidencePermitBackChildren Children { get; }

Property Value

DeResidencePermitBack.DeResidencePermitBackChildren

EyeColor

Eye color (Augenfarbe)

public Field EyeColor { get; }

Property Value

Field

Gender

Gender (Geschlecht)

public Field? Gender { get; }

Property Value

Field

Height

Height (Größe)

public Field Height { get; }

Property Value

Field

IssuingAuthority

Issuing authority (Ausländerbehörde)

public Field IssuingAuthority { get; }

Property Value

Field

Nationality

Nationality (Staatsangehörigkeit)

public Field? Nationality { get; }

Property Value

Field

RawMRZ

Raw MRZ text value

public Field RawMRZ { get; }

Property Value

Field

Remarks

Remarks (Anmerkungen)

public Field? Remarks { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string