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
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
Address
Address (Anschrift)
public Field Address { get; }
Property Value
BirthDate
Birth date (Geburtsdatum)
public Field? BirthDate { get; }
Property Value
Birthplace
Birthplace (Geburtsort)
public Field Birthplace { get; }
Property Value
Children
public DeResidencePermitBack.DeResidencePermitBackChildren Children { get; }
Property Value
EyeColor
Eye color (Augenfarbe)
public Field EyeColor { get; }
Property Value
Gender
Gender (Geschlecht)
public Field? Gender { get; }
Property Value
Height
Height (Größe)
public Field Height { get; }
Property Value
IssuingAuthority
Issuing authority (Ausländerbehörde)
public Field IssuingAuthority { get; }
Property Value
Nationality
Nationality (Staatsangehörigkeit)
public Field? Nationality { get; }
Property Value
RawMRZ
Raw MRZ text value
public Field RawMRZ { get; }
Property Value
Remarks
Remarks (Anmerkungen)
public Field? Remarks { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }