TransactionResponseDestination

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

destinationAddress

Address where the asset was transferred.

destinationAddressDescription

Description of the address.

amount

The amount to be sent to this destination.

amountUSD

The USD value of the requested amount.

amlScreeningResult

The result of the AML screening. see AmlScreeningResult

destination

Destination of the transaction. see DestinationTransferPeerPathResponse

authorizationInfo

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)

Properties

Link copied to clipboard
Link copied to clipboard
val amount: String? = null
Link copied to clipboard
val amountUSD: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard