ProfileInfo

data class ProfileInfo(val id: String, val firstName: String, val lastName: String, val userName: String, val email: String, val phoneNumber: String, val alias: String?, val lastLogin: Date, val isRetailAccount: Boolean, val hasWagerLimits: Boolean)

Gives info about the profile related to a session.

Constructors

Link copied to clipboard
constructor(id: String, firstName: String, lastName: String, userName: String, email: String, phoneNumber: String, alias: String?, lastLogin: Date, isRetailAccount: Boolean, hasWagerLimits: Boolean)

Properties

Link copied to clipboard

Alias of the user

Link copied to clipboard

Email of the user

Link copied to clipboard

First name of the user

Link copied to clipboard

Does the user have wager limits or not.

Link copied to clipboard
val id: String

Id of the user

Link copied to clipboard

Is the users account a retail account or not.

Link copied to clipboard

Last time the user was logged in

Link copied to clipboard

Last name of the user

Link copied to clipboard

Phone number of the user

Link copied to clipboard

Username of the user