GetUserIdentityInfo

data class GetUserIdentityInfo(val email: String, val firstName: String, val lastName: String, val secondaryEmail: String)

Constructors

Link copied to clipboard
constructor(email: String, firstName: String, lastName: String, secondaryEmail: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email address.

Link copied to clipboard

The first name.

Link copied to clipboard

The last name.

Link copied to clipboard

The secondary email address. If present, email notifications will be sent to this email address instead of the primary one.