WithdrawalTransaction

@Serializable
data class WithdrawalTransaction(id: String, status: TransactionStatus, statusEta: String?, kycVerified: Boolean?, moreInfoUrl: String, amountInAsset: String?, amountIn: String, amountOutAsset: String?, amountOut: String, amountFeeAsset: String?, amountFee: String, startedAt: Instant, completedAt: Instant?, stellarTransactionId: String?, externalTransactionId: String?, message: String?, refunds: Refunds?, from: PublicKeyPair?, to: PublicKeyPair?, withdrawalMemo: String?, withdrawalMemoType: MemoType, withdrawAnchorAccount: String) : ProcessingAnchorTransaction

Properties

Link copied to clipboard
open override val amountFee: String
Link copied to clipboard
open override val amountFeeAsset: String? = null
Link copied to clipboard
open override val amountIn: String
Link copied to clipboard
open override val amountInAsset: String? = null
Link copied to clipboard
open override val amountOut: String
Link copied to clipboard
open override val amountOutAsset: String? = null
Link copied to clipboard
open override val completedAt: Instant? = null
Link copied to clipboard
open override val externalTransactionId: String? = null
Link copied to clipboard
val from: PublicKeyPair? = null
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val kycVerified: Boolean? = null
Link copied to clipboard
open override val message: String? = null
Link copied to clipboard
open override val moreInfoUrl: String
Link copied to clipboard
open override val refunds: Refunds? = null
Link copied to clipboard
open override val startedAt: Instant
Link copied to clipboard
open override val status: TransactionStatus
Link copied to clipboard
open override val statusEta: String? = null
Link copied to clipboard
open override val stellarTransactionId: String? = null
Link copied to clipboard
val to: PublicKeyPair? = null
Link copied to clipboard
val withdrawalMemo: String? = null
Link copied to clipboard
val withdrawalMemoType: MemoType
Link copied to clipboard
val withdrawAnchorAccount: String