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.noah
/
NoahChannelLimits
Noah
Channel
Limits
data
class
NoahChannelLimits
(
val
minLimit
:
String
,
val
maxLimit
:
String
?
=
null
)
Min/max amount limits for a payout channel, expressed in the channel's fiat currency.
Members
Constructors
Noah
Channel
Limits
Link copied to clipboard
constructor
(
minLimit
:
String
,
maxLimit
:
String
?
=
null
)
Properties
max
Limit
Link copied to clipboard
val
maxLimit
:
String
?
=
null
min
Limit
Link copied to clipboard
val
minLimit
:
String