Class BrIdCardBack
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
Brazilian National Identity Card (Registro Geral), back side
public class BrIdCardBack : GenericDocumentWrapper
- Inheritance
-
BrIdCardBack
- Inherited Members
Constructors
BrIdCardBack(GenericDocument)
public BrIdCardBack(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
public Field? Barcode { get; }
Property Value
BirthDate
Date of Birth
public Field? BirthDate { get; }
Property Value
Birthplace
Birthplace
public Field? Birthplace { get; }
Property Value
Children
public BrIdCardBack.BrIdCardBackChildren Children { get; }
Property Value
CivilRegistryDetails
Dados do Registro Civil - Civil Registry Details
public Field? CivilRegistryDetails { get; }
Property Value
DriverLicenseNumber
CNH (Carteira Nacional de Habilitação) - Driver’s license number
public Field? DriverLicenseNumber { get; }
Property Value
ExpiryDate
Expiry Date
public Field? ExpiryDate { get; }
Property Value
Fingerprint
Fingerprint
public Field? Fingerprint { get; }
Property Value
GivenNames
Given Names
public Field? GivenNames { get; }
Property Value
HealthCardNumber
CNS (Cartão Nacional de Saúde) - National Health Card number
public Field? HealthCardNumber { get; }
Property Value
ID
DNI (Documento Nacional de Identidade) - National Identity Document number
public Field? ID { get; }
Property Value
IssueDate
Issue Date
public Field IssueDate { get; }
Property Value
IssuingAuthority
Órgão Expedidor - Issuing Authority
public Field? IssuingAuthority { get; }
Property Value
MilitaryCertificateNumber
Certificado Militar - Military certificate number
public Field? MilitaryCertificateNumber { get; }
Property Value
PageNumber
Page Number of the document
public Field? PageNumber { get; }
Property Value
Parents
Filiação - Parents
public Field? Parents { get; }
Property Value
PersonalNumber
Registro Geral (RG) - General Registration number, main ID number
public Field? PersonalNumber { get; }
Property Value
Photo
Photo
public Field? Photo { get; }
Property Value
PlaceOfIssue
Local de Emissão - Place where the identity card was issued
public Field? PlaceOfIssue { get; }
Property Value
PlaceOfOrigin
Naturalidade - Place of Origin
public Field? PlaceOfOrigin { get; }
Property Value
ProfessionalIdentityNumber
Identidade Profissional - Professional identity number
public Field? ProfessionalIdentityNumber { 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
Signature
Assinatura - Signature
public Field? Signature { get; }
Property Value
SocialSecurityNumber
NIS/PIS/PASEP - Social Security and Employment benefits number
public Field? SocialSecurityNumber { get; }
Property Value
StateCode
UF - Brazilian state code related to the Work Card
public Field? StateCode { get; }
Property Value
TaxpayerNumber
CPF (Cadastro de Pessoas Físicas) - Brazilian taxpayer number
public Field? TaxpayerNumber { get; }
Property Value
VoterRegistrationNumber
Título de Eleitor - Voter registration number
public Field? VoterRegistrationNumber { get; }
Property Value
WorkCardNumber
CTPS (Carteira de Trabalho e Previdência Social) - Work Card number
public Field? WorkCardNumber { get; }
Property Value
WorkCardSeries
Série - Series number associated with the Work Card
public Field? WorkCardSeries { get; }