CheckWalletHistory

data class CheckWalletHistory(id: String, referenceId: String, walletId: String, type: String, referenceType: String, reference: String, credit: Long, currentCredit: Long, sequenceId: Long, transactionAt: Instant)

Properties

credit
Link copied to clipboard
common
val credit: Long
currentCredit
Link copied to clipboard
common
val currentCredit: Long
id
Link copied to clipboard
common
val id: String
reference
Link copied to clipboard
common
val reference: String
referenceId
Link copied to clipboard
common
val referenceId: String
referenceType
Link copied to clipboard
common
val referenceType: String
sequenceId
Link copied to clipboard
common
val sequenceId: Long
transactionAt
Link copied to clipboard
common
val transactionAt: Instant
type
Link copied to clipboard
common
val type: String
walletId
Link copied to clipboard
common
val walletId: String