Sep31TransactionResponse

constructor(id: String, status: String, statusEta: Long? = null, statusMessage: String? = null, amountIn: String? = null, amountInAsset: String? = null, amountOut: String? = null, amountOutAsset: String? = null, amountFee: String? = null, amountFeeAsset: String? = null, feeDetails: Sep31FeeDetails? = null, quoteId: String? = null, stellarAccountId: String? = null, stellarMemoType: String? = null, stellarMemo: String? = null, startedAt: String? = null, updatedAt: String? = null, completedAt: String? = null, stellarTransactionId: String? = null, externalTransactionId: String? = null, refunded: Boolean? = null, refunds: Sep31Refunds? = null, requiredInfoMessage: String? = null, requiredInfoUpdates: Map<String, Any?>? = null)