GroupMember

@Serializable
data class GroupMember(val displayName: String, val totalReceipts: Int, val worstCategory: String, val streak: Int, val emoji: String)

Constructors

Link copied to clipboard
constructor(displayName: String, totalReceipts: Int, worstCategory: String, streak: Int, emoji: String)

Properties

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