UserProfile

data class UserProfile(id: String, firstName: String, lastName: String, countryCode: String, phoneNumber: String, email: String, avatarUrl: String, status: String, storeId: String?, isActive: Boolean, createdAt: Instant, updatedAt: Instant)

Properties

avatarUrl
Link copied to clipboard
common
val avatarUrl: String
countryCode
Link copied to clipboard
common
val countryCode: String
createdAt
Link copied to clipboard
common
val createdAt: Instant
email
Link copied to clipboard
common
val email: String
firstName
Link copied to clipboard
common
val firstName: String
id
Link copied to clipboard
common
val id: String
isActive
Link copied to clipboard
common
val isActive: Boolean
lastName
Link copied to clipboard
common
val lastName: String
phoneNumber
Link copied to clipboard
common
val phoneNumber: String
status
Link copied to clipboard
common
val status: String
storeId
Link copied to clipboard
common
val storeId: String?
updatedAt
Link copied to clipboard
common
val updatedAt: Instant