Sep24Transaction
constructor(id: String, kind: String, status: String, statusEta: Int? = null, kycVerified: Boolean? = null, moreInfoUrl: String? = null, amountIn: String? = null, amountInAsset: String? = null, amountOut: String? = null, amountOutAsset: String? = null, amountFee: String? = null, amountFeeAsset: String? = null, feeDetails: Sep24FeeDetails? = null, quoteId: String? = null, startedAt: String? = null, completedAt: String? = null, updatedAt: String? = null, userActionRequiredBy: String? = null, stellarTransactionId: String? = null, externalTransactionId: String? = null, message: String? = null, refunded: Boolean? = null, refunds: Sep24Refunds? = null, from: String? = null, to: String? = null, depositMemo: String? = null, depositMemoType: String? = null, claimableBalanceId: String? = null, withdrawAnchorAccount: String? = null, withdrawMemo: String? = null, withdrawMemoType: String? = null)