ErrorTransaction

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

Properties

Link copied to clipboard
val amountFee: String? = null
Link copied to clipboard
val amountFeeAsset: String? = null
Link copied to clipboard
val amountIn: String? = null
Link copied to clipboard
val amountInAsset: String? = null
Link copied to clipboard
val amountOut: String? = null
Link copied to clipboard
val amountOutAsset: String? = null
Link copied to clipboard
val claimableBalanceId: String? = null
Link copied to clipboard
val completedAt: String? = null
Link copied to clipboard
val depositMemo: String? = null
Link copied to clipboard
val depositMemoType: MemoType? = null
Link copied to clipboard
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
val kind: TransactionKind
Link copied to clipboard
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
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
val statusEta: String? = null
Link copied to clipboard
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? = null
Link copied to clipboard
val withdrawAnchorAccount: String? = null