open class KdInfo : Info
Represents information about pos plus control unit.
User: Kirill, Date: 22.02.14 12:15
KdInfo()
Represents information about pos plus control unit. |
var brutto: Long |
|
lateinit var date: Date |
|
var isRefund: Boolean |
|
lateinit var printType: PrintType |
|
var receiptNumber: Int
Autoincrement receipt number within one POS terminal. |
|
lateinit var vatRateToSum: Map<Int, Long>
The key - tax value. The value - the sum. E.g. 20.12 SEK splitted between 12.05 SEK for VAT 6% and 10.07 SEK for VAT 12% will do {'6': 1205, '12': 1007} |
fun Info.toJson(): String |
class SVKdInfo : KdInfo
Created by misha on 1/16/18. |