MongoShopHistory

data class MongoShopHistory(val limit: Int, val history: List<ByteArray>) : MongoRepr<ShopHistory> (source)

Constructors

Link copied to clipboard
constructor(limit: Int, history: List<ByteArray>)

Properties

Link copied to clipboard
open override val actual: ShopHistory

Gets actual representation of this object

Link copied to clipboard
Link copied to clipboard
val limit: Int