NfcKey

data class NfcKey(val documentNumber: String, val dateOfExpiry: String, val dateOfBirth: String) : Serializable

Access key to the NFC chip.

Constructors

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

Types

Link copied to clipboard
object Companion

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.