Class RoIdCardTD3
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
RoIdCardTD3
public class RoIdCardTD3 : GenericDocumentWrapper
- Inheritance
-
RoIdCardTD3
- Inherited Members
Constructors
RoIdCardTD3(GenericDocument)
public RoIdCardTD3(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
public Field Address { get; }
Property Value
Birthplace
Birthplace
public Field Birthplace { get; }
Property Value
Children
public RoIdCardTD3.RoIdCardTD3Children 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
ID
Series and number of the ID card
public Field ID { get; }
Property Value
IssuingAuthority
Issuing authority
public Field IssuingAuthority { get; }
Property Value
Nationality
Nationality
public Field Nationality { get; }
Property Value
PersonalNumber
Personal Number (CNP)
public Field PersonalNumber { get; }
Property Value
Photo
Photo image
public Field Photo { get; }
Property Value
RawMRZ
Raw MRZ text value
public Field RawMRZ { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
Surname
Surname
public Field Surname { get; }
Property Value
ValidFromDate
Valid from date
public Field ValidFromDate { get; }