Email

data class Email(val email: String, val hash: PassportElementHash) : EncryptedPassportElementWithEmail

Constructors

Link copied to clipboard
fun Email(email: String, hash: PassportElementHash)

Properties

Link copied to clipboard
open override val email: String
Link copied to clipboard
open override val hash: PassportElementHash