Class ItIdCardFront
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
ItIdCardFront
public class ItIdCardFront : GenericDocumentWrapper
- Inheritance
-
ItIdCardFront
- Inherited Members
Constructors
ItIdCardFront(GenericDocument)
public ItIdCardFront(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
Birthplace
Birthplace
public Field Birthplace { get; }
Property Value
CardAccessNumber
Card Access Number
public Field CardAccessNumber { get; }
Property Value
Children
public ItIdCardFront.ItIdCardFrontChildren Children { get; }
Property Value
ExpiryDate
Expiry date
public Field ExpiryDate { get; }
Property Value
Gender
Gender
public Field Gender { get; }
Property Value
GivenNames
Given Names
public Field GivenNames { get; }
Property Value
Height
Height
public Field Height { get; }
Property Value
ID
Identity Document Number
public Field ID { get; }
Property Value
IssueDate
Date of Issue
public Field IssueDate { get; }
Property Value
Nationality
Nationality
public Field Nationality { get; }
Property Value
Photo
Photo image
public Field Photo { get; }
Property Value
PlaceOfIssue
Municipality of Issue
public Field PlaceOfIssue { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
Signature
Signature image
public Field Signature { get; }
Property Value
Surname
Surname
public Field Surname { get; }