Class MoIdentityCardFront
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
MoIdentityCardFront
public class MoIdentityCardFront : GenericDocumentWrapper
- Inheritance
-
MoIdentityCardFront
- Inherited Members
Constructors
MoIdentityCardFront(GenericDocument)
public MoIdentityCardFront(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
BirthDate
Date of Birth
public Field BirthDate { get; }
Property Value
Children
public MoIdentityCardFront.MoIdentityCardFrontChildren Children { get; }
Property Value
Gender
Gender
public Field Gender { get; }
Property Value
GivenNames
Given Names
public Field GivenNames { get; }
Property Value
ID
Identity Document Number
public Field ID { get; }
Property Value
Photo
Photo
public Field Photo { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
Signature
Signature
public Field Signature { get; }
Property Value
Surname
Surname
public Field Surname { get; }
Property Value
ValidFrom
Start date of the card validity
public Field ValidFrom { get; }
Property Value
ValidUntil
End date of the card validity
public Field ValidUntil { get; }
Property Value
ValidationPhoto
Validation photo
public Field ValidationPhoto { get; }