Receipts
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Receipts
Receipts
/
com.fam007e.receipts.domain.model
/
Category
/
Category
Category
constructor
(
id
:
Long
=
0
,
personId
:
Long
,
name
:
String
,
emoji
:
String
,
threshold
:
Int
=
10
,
isPositive
:
Boolean
=
false
,
totalCount
:
Int
=
0
,
tensionLevel
:
Int
=
1
,
growthTag
:
String
=
""
,
createdAt
:
Long
=
System.currentTimeMillis()
)
(
source
)