Class USADriveIdCodetext.MandatoryFields
Namespace: Aspose.BarCode.ComplexBarcode
Assembly: Aspose.BarCode.dll (25.12.0)
Mandatory elements (fields) of the card
public class USADriveIdCodetext.MandatoryFieldsInheritance
object ← USADriveIdCodetext.MandatoryFields
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
MandatoryFields()
public MandatoryFields()Properties
AddressCity
DAI, City portion of the cardholder address, DL/ID, V20ANS
public string AddressCity { get; set; }Property Value
AddressPostalCode
DAK, Postal code portion of the cardholder address in the U.S.and Canada. If the trailing portion of the postal code in the U.S. is not known, zeros will be used to fill the trailing set of numbers up to 9 digits, DL/ID, F11ANS
public string AddressPostalCode { get; set; }Property Value
AddressState
DAJ, State portion of the cardholder address, DL/ID, F2A
public string AddressState { get; set; }Property Value
AddressStreet1
DAG, Street portion of the cardholder address, DL/ID, V35ANS
public string AddressStreet1 { get; set; }Property Value
CountryIdentification
DCG, Country in which DL/ID is issued. U.S. = USA, Canada = CAN, DL/ID, F3A
public USADriveIdCountry CountryIdentification { get; set; }Property Value
CustomerIDNumber
DAQ, The number assigned or calculated by the issuing authority, DL/ID, V25ANS
public string CustomerIDNumber { get; set; }Property Value
DateOfBirth
DBB, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N
public DateTime DateOfBirth { get; set; }Property Value
DocumentDiscriminator
DCF, Number must uniquely identify a particular document issued to that customer from others that may have been issued in the past. This number may serve multiple purposes of document discrimination, audit information number, and/or inventory control, DL/ID, V25ANS
public string DocumentDiscriminator { get; set; }Property Value
EndorsementCodes
DCD, Jurisdiction specific endorsement codes, DL, V5ANS
public string EndorsementCodes { get; set; }Property Value
ExpirationDate
DBA, Document Expiration Date, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N
public DateTime ExpirationDate { get; set; }Property Value
EyeColor
DAY, Color of cardholder’s eyes. (ANSI D-20 codes). DL/ID, F3A
public USADriveIdEyeColor EyeColor { get; set; }Property Value
FamilyName
DCS, Family name of the cardholder, DL/ID, V40ANS
public string FamilyName { get; set; }Property Value
FamilyNameTruncation
DDE, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A
public string FamilyNameTruncation { get; set; }Property Value
FirstName
DAC, First name of the cardholder, DL/ID, V40ANS
public string FirstName { get; set; }Property Value
FirstNameTruncation
DDF, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A
public string FirstNameTruncation { get; set; }Property Value
Height
DAU, Height of cardholder. Inches (in): number of inches followed by " in" ex. 6'1’’ = “073 in” Centimeters(cm) : number of centimeters followed by " cm" ex. 181 centimeters=“181 cm” , DL/ID, F6ANS
public string Height { get; set; }Property Value
IssueDate
DBD, Date on which the document was issued, MMDDCCYY for U.S., CCYYMMDD for Canada, DL/ID, F8N
public DateTime IssueDate { get; set; }Property Value
MiddleName
DAD, Middle name(s) of the cardholder. In the case of multiple middle names they shall be separated by a comma “,”. , DL/ID, V40ANS
public string MiddleName { get; set; }Property Value
MiddleNameTruncation
DDG, A code that indicates whether a field has been truncated(T), has not been truncated(N), or unknown whether truncated(U), DL/ID, F1A
public string MiddleNameTruncation { get; set; }Property Value
RestrictionCodes
DCB, Jurisdiction-specific restrictions codes, DL, V12ANS
public string RestrictionCodes { get; set; }Property Value
Sex
DBC, Gender of the cardholder. 1 = male, 2 = female, 9 = not specified, DL/ID, F1N
public USADriveIdSex Sex { get; set; }Property Value
VehicleClass
DCA, Jurisdiction-specific vehicle class / group code, DL, V6ANS
public string VehicleClass { get; set; }