rm-kotlin-sdk
/
io.revenuemonster.sdk.model.response
/
UserProfile
common
User
Profile
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
)
Content copied to clipboard
Properties
Properties
avatarUrl
Link copied to clipboard
common
val
avatarUrl
:
String
Content copied to clipboard
countryCode
Link copied to clipboard
common
val
countryCode
:
String
Content copied to clipboard
createdAt
Link copied to clipboard
common
val
createdAt
:
Instant
Content copied to clipboard
email
Link copied to clipboard
common
val
email
:
String
Content copied to clipboard
firstName
Link copied to clipboard
common
val
firstName
:
String
Content copied to clipboard
id
Link copied to clipboard
common
val
id
:
String
Content copied to clipboard
isActive
Link copied to clipboard
common
val
isActive
:
Boolean
Content copied to clipboard
lastName
Link copied to clipboard
common
val
lastName
:
String
Content copied to clipboard
phoneNumber
Link copied to clipboard
common
val
phoneNumber
:
String
Content copied to clipboard
status
Link copied to clipboard
common
val
status
:
String
Content copied to clipboard
storeId
Link copied to clipboard
common
val
storeId
:
String
?
Content copied to clipboard
updatedAt
Link copied to clipboard
common
val
updatedAt
:
Instant
Content copied to clipboard