Sensibill Android SDK
androidJvm
Sensibill Core
/
com.getsensibill.core.apimodule.users.model
/
UserAccountInformation
/
ReceiptCounts
Receipt
Counts
data
class
ReceiptCounts
(
val
favorite
:
Int
?
,
val
thisMonth
:
Int
?
,
val
total
:
Int
?
)
See also
User
Response
Dto
Receipt
Counts
Members
Constructors
Receipt
Counts
Link copied to clipboard
constructor
(
favorite
:
Int
?
,
thisMonth
:
Int
?
,
total
:
Int
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
favorite
Link copied to clipboard
val
favorite
:
Int
?
this
Month
Link copied to clipboard
val
thisMonth
:
Int
?
total
Link copied to clipboard
val
total
:
Int
?