MongoTransaction

data class MongoTransaction(@BsonId val id: UUID, val player: UUID, val kind: Transaction.Kind, val at: Instant, val amount: Double)(source)

Constructors

Link copied to clipboard
constructor(@BsonId id: UUID, player: UUID, kind: Transaction.Kind, at: Instant, amount: Double)

Properties

Link copied to clipboard
Link copied to clipboard
val at: Instant
Link copied to clipboard
val id: UUID
Link copied to clipboard
Link copied to clipboard