Class TrIdCardBack
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
TrIdCardBack
public class TrIdCardBack : GenericDocumentWrapper
- Inheritance
-
TrIdCardBack
- Inherited Members
Constructors
TrIdCardBack(GenericDocument)
public TrIdCardBack(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
Barcode
Barcode data
public Field Barcode { get; }
Property Value
Children
public TrIdCardBack.TrIdCardBackChildren Children { get; }
Property Value
FathersName
Father's Name
public Field FathersName { get; }
Property Value
IssuingAuthority
Issuing authority
public Field IssuingAuthority { get; }
Property Value
MothersName
Mother's Name
public Field MothersName { 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; }