Zero XZero Ex Fee Detail
data class ZeroXZeroExFeeDetail(val billingType: String? = null, val feeAmount: String? = null, val feeToken: String? = null, val feeType: String? = null)
ZeroEx-specific fee detail.
Parameters
billing Type
The billing type for the fee.
fee Amount
The fee amount.
fee Token
The token address for the fee.
fee Type
The type of fee.