-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class MRZCheckDigit implements Parcelable
MRZ check digit information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMRZCheckDigit.Companion
-
Field Summary
Fields Modifier and Type Field Description public BytecheckDigitCharacterpublic BooleansuccessfullyValidatedpublic MRZCheckDigitTypetypepublic StringvalidatedString
-
Constructor Summary
Constructors Constructor Description MRZCheckDigit(Byte checkDigitCharacter, Boolean successfullyValidated, Integer type, String validatedString)MRZCheckDigit(Byte checkDigitCharacter, Boolean successfullyValidated, MRZCheckDigitType type, String validatedString)
-