ZeroXZeroExFeeDetail

data class ZeroXZeroExFeeDetail(val billingType: String? = null, val feeAmount: String? = null, val feeToken: String? = null, val feeType: String? = null)

ZeroEx-specific fee detail.

Parameters

billingType

The billing type for the fee.

feeAmount

The fee amount.

feeToken

The token address for the fee.

feeType

The type of fee.

Constructors

Link copied to clipboard
constructor(billingType: String? = null, feeAmount: String? = null, feeToken: String? = null, feeType: String? = null)

Properties

Link copied to clipboard
val billingType: String? = null
Link copied to clipboard
val feeAmount: String? = null
Link copied to clipboard
val feeToken: String? = null
Link copied to clipboard
val feeType: String? = null