ZeroXFeeDetail

data class ZeroXFeeDetail(val amount: String? = null, val token: String? = null, val type: String? = null)

Generic fee detail.

Parameters

amount

The fee amount.

token

The token address for the fee.

type

The type of fee.

Constructors

Link copied to clipboard
constructor(amount: String? = null, token: String? = null, type: String? = null)

Properties

Link copied to clipboard
val amount: String? = null
Link copied to clipboard
val token: String? = null
Link copied to clipboard
val type: String? = null