MachineReadableZone

data class MachineReadableZone(val documentNumber: String, val dateOfExpiry: String, val dateOfBirth: String) : Password

Password from Machine Readable Zone.

Constructors

Link copied to clipboard
fun MachineReadableZone(documentNumber: String, dateOfExpiry: String, dateOfBirth: String)

Properties

Link copied to clipboard

Date of birth from Machine Readable Zone.

Link copied to clipboard

Date of expiry from Machine Readable Zone.

Link copied to clipboard

Document number from Machine Readable Zone.