toggle menu
Sensibill Android SDK
androidJvm
switch theme
search in API
Sensibill Rest API
/
com.getsensibill.rest.generated.v2.model
/
UserResponseDtoReceiptCounts
User
Response
Dto
Receipt
Counts
data
class
UserResponseDtoReceiptCounts
(
val
favorite
:
Int
?
=
null
,
val
thisMonth
:
Int
?
=
null
,
val
total
:
Int
?
=
null
)
Parameters
favorite
this
Month
total
Members
Constructors
User
Response
Dto
Receipt
Counts
Link copied to clipboard
constructor
(
favorite
:
Int
?
=
null
,
thisMonth
:
Int
?
=
null
,
total
:
Int
?
=
null
)
Properties
favorite
Link copied to clipboard
@
SerializedName
(
value
=
"favorite"
)
val
favorite
:
Int
?
=
null
this
Month
Link copied to clipboard
@
SerializedName
(
value
=
"thisMonth"
)
val
thisMonth
:
Int
?
=
null
total
Link copied to clipboard
@
SerializedName
(
value
=
"total"
)
val
total
:
Int
?
=
null