PersonStat

data class PersonStat(val person: Person, val totalReceipts: Int, val topCategoryName: String, val streak: Int)

Constructors

Link copied to clipboard
constructor(person: Person, totalReceipts: Int, topCategoryName: String, streak: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val streak: Int
Link copied to clipboard
Link copied to clipboard