Table of Contents

Class CnPermanentResidentCardFront

Namespace
ScanbotSDK.MAUI.DocumentsModel
Assembly
ScanbotSDK.Shared.dll

CnPermanentResidentCardFront

public class CnPermanentResidentCardFront : GenericDocumentWrapper
Inheritance
CnPermanentResidentCardFront
Inherited Members

Constructors

CnPermanentResidentCardFront(GenericDocument)

public CnPermanentResidentCardFront(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

BirthDate

Date of Birth

public Field BirthDate { get; }

Property Value

Field

Children

public CnPermanentResidentCardFront.CnPermanentResidentCardFrontChildren Children { get; }

Property Value

CnPermanentResidentCardFront.CnPermanentResidentCardFrontChildren

Gender

Gender

public Field Gender { get; }

Property Value

Field

GivenNames

Given Names

public Field GivenNames { get; }

Property Value

Field

ID

Identity Document Number

public Field ID { get; }

Property Value

Field

IssuingAuthority

Authority issuing the card

public Field? IssuingAuthority { get; }

Property Value

Field

Nationality

Nationality

public Field Nationality { get; }

Property Value

Field

Photo

Photo

public Field Photo { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

ValidFrom

Start date of the validity of the card

public Field ValidFrom { get; }

Property Value

Field

ValidUntil

End date of the validity of the card

public Field ValidUntil { get; }

Property Value

Field