app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.ui.screens.leaderboard
/
GroupMember
Group
Member
@
Serializable
data
class
GroupMember
(
val
displayName
:
String
,
val
totalReceipts
:
Int
,
val
worstCategory
:
String
,
val
streak
:
Int
,
val
emoji
:
String
)
Members
Constructors
Group
Member
Link copied to clipboard
constructor
(
displayName
:
String
,
totalReceipts
:
Int
,
worstCategory
:
String
,
streak
:
Int
,
emoji
:
String
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
emoji
Link copied to clipboard
val
emoji
:
String
streak
Link copied to clipboard
val
streak
:
Int
total
Receipts
Link copied to clipboard
val
totalReceipts
:
Int
worst
Category
Link copied to clipboard
val
worstCategory
:
String