Zero XFee Detail
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.