DepositTransaction

fun DepositTransaction(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?, depositMemo: String? = null, depositMemoType: MemoType? = null, claimableBalanceId: String? = null)