toggle menu
Sensibill Android SDK
androidJvm
switch theme
search in API
Sensibill Rest API
/
com.getsensibill.rest.generated.v2.model
/
AlertDto
Alert
Dto
data
class
AlertDto
(
val
name
:
AlertDto.Name
?
=
null
,
val
count
:
Int
?
=
null
,
val
list
:
List
<
UserReceiptDto
>
?
=
null
)
Parameters
name
count
list
Members
Constructors
Alert
Dto
Link copied to clipboard
constructor
(
name
:
AlertDto.Name
?
=
null
,
count
:
Int
?
=
null
,
list
:
List
<
UserReceiptDto
>
?
=
null
)
Types
Name
Link copied to clipboard
enum
Name
:
Enum
<
AlertDto.Name
>
Values: PENDING_VALIDATION,RECENTLY_ADDED,DUPLICATE
Properties
count
Link copied to clipboard
@
SerializedName
(
value
=
"count"
)
val
count
:
Int
?
=
null
list
Link copied to clipboard
@
SerializedName
(
value
=
"list"
)
val
list
:
List
<
UserReceiptDto
>
?
=
null
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
AlertDto.Name
?
=
null