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
/
YieldXyzFee
Yield
Xyz
Fee
data
class
YieldXyzFee
(
val
deposit
:
Double
,
val
withdrawal
:
Double
,
val
performance
:
Double
,
val
management
:
Double
)
Fee information
Members
Constructors
Yield
Xyz
Fee
Link copied to clipboard
constructor
(
deposit
:
Double
,
withdrawal
:
Double
,
performance
:
Double
,
management
:
Double
)
Properties
deposit
Link copied to clipboard
val
deposit
:
Double
management
Link copied to clipboard
val
management
:
Double
performance
Link copied to clipboard
val
performance
:
Double
withdrawal
Link copied to clipboard
val
withdrawal
:
Double