Amount Info
constructor(amount: String? = null, requestedAmount: String? = null, netAmount: String? = null, amountUSD: String? = null)
Parameters
amount
If the transfer is a withdrawal from an exchange, the actual amount that was requested to be transferred. Otherwise, the requested amount.
requested Amount
The amount requested by the user.
net Amount
The net amount of the transaction, after fee deduction.
amount USD
The USD value of the requested amount.