data class Transaction
sent_at
- Can also be "" if transfer description was empty
<init> |
Transaction(amount: Int = 0, balance: Int = 0, comment: String? = null, display_title: String? = null, : Boolean = false, sent_at: String? = null, sent_status: String? = null, type: String? = null, transaction_uuid: String? = null, account_id: String? = null, user_uuid: String? = null) |