Sensibill Android SDK
androidJvm
Sensibill Rest API
/
com.getsensibill.rest.generated.v2.model
/
UserResponseDtoEmailCounts
User
Response
Dto
Email
Counts
data
class
UserResponseDtoEmailCounts
(
val
nonreceipt
:
Int
?
=
null
,
val
receipt
:
Int
?
=
null
,
val
total
:
Int
?
=
null
)
Parameters
nonreceipt
receipt
total
Members
Constructors
User
Response
Dto
Email
Counts
Link copied to clipboard
constructor
(
nonreceipt
:
Int
?
=
null
,
receipt
:
Int
?
=
null
,
total
:
Int
?
=
null
)
Properties
nonreceipt
Link copied to clipboard
@
SerializedName
(
value
=
"nonreceipt"
)
val
nonreceipt
:
Int
?
=
null
receipt
Link copied to clipboard
@
SerializedName
(
value
=
"receipt"
)
val
receipt
:
Int
?
=
null
total
Link copied to clipboard
@
SerializedName
(
value
=
"total"
)
val
total
:
Int
?
=
null