Class BritishColumbiaDriverLicense
- Namespace
- ScanbotSDK.MAUI.BarcodeDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
British Columbia (Canada) driver license
public class BritishColumbiaDriverLicense : GenericDocumentWrapper
- Inheritance
-
BritishColumbiaDriverLicense
- Inherited Members
Constructors
BritishColumbiaDriverLicense(GenericDocument)
public BritishColumbiaDriverLicense(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
BirthDate
Birth date in CCYYMMDD format
public Field BirthDate { get; }
Property Value
CardExpiry
Card expiry in YYMM format
public Field CardExpiry { get; }
Property Value
CardNumber
Card Number
public Field CardNumber { get; }
Property Value
City
City
public Field City { get; }
Property Value
ErrorControlCode
Error control code
public Field ErrorControlCode { get; }
Property Value
EyeColor
Eye color
public Field EyeColor { get; }
Property Value
GivenNames
Given names
public Field GivenNames { get; }
Property Value
HairColor
Hair color
public Field HairColor { get; }
Property Value
Height
Height
public Field Height { get; }
Property Value
LastName
Last name
public Field LastName { get; }
Property Value
PersonalHealthNumber
Personal health number
public Field PersonalHealthNumber { get; }
Property Value
PostalCode
Postal code
public Field PostalCode { get; }
Property Value
Province
Province
public Field Province { get; }
Property Value
ProvinceCode
Province code
public Field ProvinceCode { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
SecurityFunction
Security function
public Field SecurityFunction { get; }
Property Value
SecurityVersion
Security Version
public Field SecurityVersion { get; }
Property Value
Sex
Sex
public Field Sex { get; }
Property Value
Version
Version
public Field Version { get; }
Property Value
Weight
Weight
public Field Weight { get; }