data class Balance
Balance database entity.
<init> |
Balance database entity. Balance(value: Double, timestamp: Long = System.currentTimeMillis()) |
timestamp |
The timestamp of the balance. val timestamp: Long |
value |
The value of the balance. val value: Double |