toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.checkout
/
Violation
Violation
data
class
Violation
(
val
type
:
String
?
=
null
,
val
refersTo
:
String
?
=
null
,
val
message
:
String
?
=
null
)
Members
Constructors
Violation
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
refersTo
:
String
?
=
null
,
message
:
String
?
=
null
)
Properties
message
Link copied to clipboard
val
message
:
String
?
=
null
refers
To
Link copied to clipboard
val
refersTo
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null