Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data.yieldxyz
/
YieldXyzExitRequest
Yield
Xyz
Exit
Request
data
class
YieldXyzExitRequest
(
val
yieldId
:
String
,
val
address
:
String
,
val
arguments
:
YieldXyzEnterArguments
?
=
null
)
Request to exit a yield opportunity
Members
Constructors
Yield
Xyz
Exit
Request
Link copied to clipboard
constructor
(
yieldId
:
String
,
address
:
String
,
arguments
:
YieldXyzEnterArguments
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
String
arguments
Link copied to clipboard
val
arguments
:
YieldXyzEnterArguments
?
=
null
yield
Id
Link copied to clipboard
val
yieldId
:
String