WithdrawalTransaction

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