User

fun User(    id: Long? = null,     extId: String? = null,     email: String? = null,     residency: String? = null,     isLegalEntity: Boolean? = null,     emailConfirmed: String? = null,     disclaimerAccepted: String? = null,     verificationRequests: List<VerificationRequest> = emptyList(),     availableImages: List<TokenImage> = emptyList(),     blockchainAccounts: List<BlockchainAccount> = emptyList(),     subscriptionExpiryDate: Date? = null)