UserProfileResult

data class UserProfileResult(deviceToken: String, email: String?, phone: String?, firstName: String?, lastName: String?, clientId: String?, birthDay: String?, gender: Gender?, childrenCount: Int?, address: String?, maritalStatus: MaritalStatus?)

Represents user profile result

Constructors

UserProfileResult
Link copied to clipboard
fun UserProfileResult(deviceToken: String, email: String? = null, phone: String? = null, firstName: String? = null, lastName: String? = null, clientId: String? = null, birthDay: String? = null, gender: Gender? = null, childrenCount: Int? = null, address: String? = null, maritalStatus: MaritalStatus? = null)

Properties

address
Link copied to clipboard
val address: String? = null
birthDay
Link copied to clipboard
val birthDay: String? = null
childrenCount
Link copied to clipboard
val childrenCount: Int? = null
clientId
Link copied to clipboard
val clientId: String? = null
deviceToken
Link copied to clipboard
val deviceToken: String
email
Link copied to clipboard
val email: String? = null
firstName
Link copied to clipboard
val firstName: String? = null
gender
Link copied to clipboard
val gender: Gender? = null
lastName
Link copied to clipboard
val lastName: String? = null
maritalStatus
Link copied to clipboard
val maritalStatus: MaritalStatus? = null
phone
Link copied to clipboard
val phone: String? = null