purchase table model - VeleSSemecky/Purchase GitHub Wiki
//domain/com.veles.purchase.domain.model.purchase/PurchaseTableModel/PurchaseTableModel
[jvm]
constructor(id: String = createPrimaryIDKey(), text: String, count: String, check: Boolean, typeHistory: HistoryType, time: Long, price: String = emptyString(), collectionId: String = emptyString())