app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.ui.screens.stats
/
PersonStat
Person
Stat
data
class
PersonStat
(
val
person
:
Person
,
val
totalReceipts
:
Int
,
val
topCategoryName
:
String
,
val
streak
:
Int
)
Members
Constructors
Person
Stat
Link copied to clipboard
constructor
(
person
:
Person
,
totalReceipts
:
Int
,
topCategoryName
:
String
,
streak
:
Int
)
Properties
person
Link copied to clipboard
val
person
:
Person
streak
Link copied to clipboard
val
streak
:
Int
top
Category
Name
Link copied to clipboard
val
topCategoryName
:
String
total
Receipts
Link copied to clipboard
val
totalReceipts
:
Int