Dokka MultiModule Example
androidJvm
pos-gateway
/
su.ips.gateway.data.model
/
FailureRequestParam
Failure
Request
Param
data
class
FailureRequestParam
(
val
code
:
String
,
val
description
:
String
,
val
type
:
String
=
"fatal"
,
val
uuid
:
String
=
"none"
)
Members
Constructors
Failure
Request
Param
Link copied to clipboard
constructor
(
code
:
String
,
description
:
String
,
type
:
String
=
"fatal"
,
uuid
:
String
=
"none"
)
Properties
code
Link copied to clipboard
val
code
:
String
description
Link copied to clipboard
val
description
:
String
type
Link copied to clipboard
val
type
:
String
uuid
Link copied to clipboard
val
uuid
:
String