Transaction Response Destination
data class TransactionResponseDestination(val destinationAddress: String? = null, val destinationAddressDescription: String? = null, val amount: String? = null, val amountUSD: String? = null, val amlScreeningResult: AmlScreeningResult? = null, val destination: DestinationTransferPeerPathResponse? = null, val authorizationInfo: AuthorizationInfo? = null)
Created by Fireblocks Ltd. on 07/10/2024.
Parameters
destination Address
Address where the asset was transferred.
destination Address Description
Description of the address.
amount
The amount to be sent to this destination.
amount USD
The USD value of the requested amount.
aml Screening Result
The result of the AML screening. see AmlScreeningResult
destination
Destination of the transaction. see DestinationTransferPeerPathResponse
authorization Info
The information about your Transaction Authorization Policy (TAP). see AuthorizationInfo
Constructors
Link copied to clipboard
constructor(destinationAddress: String? = null, destinationAddressDescription: String? = null, amount: String? = null, amountUSD: String? = null, amlScreeningResult: AmlScreeningResult? = null, destination: DestinationTransferPeerPathResponse? = null, authorizationInfo: AuthorizationInfo? = null)