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.blockaid
/
BlockaidTokenFees
Blockaid
Token
Fees
data
class
BlockaidTokenFees
(
val
transfer
:
Double
?
,
val
transferFeeMaxAmount
:
Double
?
,
val
buy
:
Double
?
,
val
sell
:
Double
?
)
Token fees information.
Members
Constructors
Blockaid
Token
Fees
Link copied to clipboard
constructor
(
transfer
:
Double
?
,
transferFeeMaxAmount
:
Double
?
,
buy
:
Double
?
,
sell
:
Double
?
)
Properties
buy
Link copied to clipboard
val
buy
:
Double
?
sell
Link copied to clipboard
val
sell
:
Double
?
transfer
Link copied to clipboard
val
transfer
:
Double
?
transfer
Fee
Max
Amount
Link copied to clipboard
@
SerializedName
(
value
=
"transfer_fee_max_amount"
)
val
transferFeeMaxAmount
:
Double
?