data class BalanceHistoryTransaction
balanceInCents
- Null when an auto award transaction exists without auto_award
<init> |
BalanceHistoryTransaction(userUuid: String, accountId: String, sentAt: String, amountInCents: Int, balanceInCents: Int?, comment: String, createdAt: String, updatedAt: String, sentStatus: String?, transactionUuid: String?, type: String, : Boolean, displayTitle: String, transferUuid: String? = null, transferState: String? = null, transferComment: String? = null, extraNote: String? = null) |
accountId |
val accountId: String |
amountInCents |
val amountInCents: Int |
balanceInCents |
Null when an auto award transaction exists without auto_award val balanceInCents: Int? |
comment |
val comment: String |
createdAt |
val createdAt: String |
displayTitle |
val displayTitle: String |
extraNote |
val extraNote: String? |
hidden |
val hidden: Boolean |
sentAt |
val sentAt: String |
sentStatus |
val sentStatus: String? |
transactionUuid |
val transactionUuid: String? |
transferComment |
val transferComment: String? |
transferState |
val transferState: String? |
transferUuid |
val transferUuid: String? |
type |
val type: String |
updatedAt |
val updatedAt: String |
userUuid |
val userUuid: String |