Table of Contents

Class DeResidencePermitFront

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

German Residence Permit (Aufenthaltstitel), Front side

public class DeResidencePermitFront : GenericDocumentWrapper
Inheritance
DeResidencePermitFront
Inherited Members

Constructors

DeResidencePermitFront(GenericDocument)

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

Birth date (Geburtsdatum)

public Field? BirthDate { get; }

Property Value

Field

CardAccessNumber

Six digit card access number

public Field CardAccessNumber { get; }

Property Value

Field

Children

public DeResidencePermitFront.DeResidencePermitFrontChildren Children { get; }

Property Value

DeResidencePermitFront.DeResidencePermitFrontChildren

ExpiryDate

Expiry date (Gültig bis)

public Field ExpiryDate { get; }

Property Value

Field

Gender

Gender (Geschlecht)

public Field? Gender { get; }

Property Value

Field

GivenNames

Given names

public Field GivenNames { get; }

Property Value

Field

ID

Document ID number (in the top-right corner)

public Field ID { get; }

Property Value

Field

Nationality

Nationality (Staatsangehörigkeit)

public Field? Nationality { get; }

Property Value

Field

Photo

Photo image

public Field Photo { get; }

Property Value

Field

PlaceOfIssue

Place of issue (Ausstellungsort)

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

Signature

Signature image

public Field Signature { get; }

Property Value

Field

Surname

Surname

public Field Surname { get; }

Property Value

Field

TitleType

Title type (Art des Titels)

public Field TitleType { get; }

Property Value

Field

ValidFrom

Valid from date (Gültig ab)

public Field? ValidFrom { get; }

Property Value

Field