Sep06Transaction

constructor(id: String, kind: String, status: String, statusEta: Long? = null, moreInfoUrl: String? = null, amountIn: String? = null, amountInAsset: String? = null, amountOut: String? = null, amountOutAsset: String? = null, amountFee: String? = null, amountFeeAsset: String? = null, feeDetails: Sep06FeeDetails? = null, quoteId: String? = null, from: String? = null, to: String? = null, externalExtra: String? = null, externalExtraText: String? = null, depositMemo: String? = null, depositMemoType: String? = null, withdrawAnchorAccount: String? = null, withdrawMemo: String? = null, withdrawMemoType: String? = null, startedAt: String? = null, updatedAt: String? = null, completedAt: String? = null, userActionRequiredBy: String? = null, stellarTransactionId: String? = null, externalTransactionId: String? = null, message: String? = null, refunded: Boolean? = null, refunds: Sep06Refunds? = null, requiredInfoMessage: String? = null, requiredInfoUpdates: Map<String, Sep06Field>? = null, instructions: Map<String, Sep06DepositInstruction>? = null, claimableBalanceId: String? = null)