akaSuffixName property

String? akaSuffixName
getter/setter pair

Optional on all AAMVA and Compact barcodes.

Other suffix by which the cardholder is known. The Suffix Code Portion, if submitted, can contain only the Suffix Codes shown in the following table (e.g., Andrew Johnson, III = JOHNSON@ANDREW@@3RD):

Suffix Meaning or Synonym JR Junior SR Senior or Esquire 1ST First 2ND Second 3RD Third 4TH Fourth 5TH Fifth 6TH Sixth 7TH Seventh 8TH Eighth 9TH Ninth

Implementation

/// The Suffix Code Portion, if submitted, can contain only the Suffix Codes
/// shown in the following table (e.g., Andrew Johnson, III = JOHNSON@ANDREW@@3RD):
///
/// Suffix     Meaning or Synonym
/// JR         Junior
/// SR         Senior or Esquire 1ST First
/// 2ND        Second
/// 3RD        Third
/// 4TH        Fourth
/// 5TH        Fifth
/// 6TH        Sixth
/// 7TH        Seventh
/// 8TH        Eighth
/// 9TH        Ninth
String? akaSuffixName;