toggle menu
EdgeAgentSDK
4.0.0
common
switch theme
search in API
EdgeAgentSDK
/
org.hyperledger.identus.walletsdk.edgeagent.protocols.outOfBand
/
OutOfBandInvitation
/
Body
Body
@
Serializable
data
class
Body
(
val
goalCode
:
String
?
=
null
,
val
goal
:
String
?
=
null
,
val
accept
:
List
<
String
>
?
)
(
source
)
Represents the body of the out-of-band invitation message.
Members
Constructors
Body
Link copied to clipboard
constructor
(
goalCode
:
String
?
=
null
,
goal
:
String
?
=
null
,
accept
:
List
<
String
>
?
)
Properties
accept
Link copied to clipboard
val
accept
:
List
<
String
>
?
goal
Link copied to clipboard
@
EncodeDefault
val
goal
:
String
?
=
null
goal
Code
Link copied to clipboard
@
SerialName
(
value
=
"goal_code"
)
@
EncodeDefault
val
goalCode
:
String
?
=
null