ShiftData

data class ShiftData(val crFactoryNumber: String, val crRegNumber: String, val fnFactoryNumber: String, val date: String, val documentSerialNumber: Long, val fiscalSignature: Long, val shiftNumber: Int) : Parcelable

Data class representing the shift data.

Constructors

Link copied to clipboard
constructor(crFactoryNumber: String, crRegNumber: String, fnFactoryNumber: String, date: String, documentSerialNumber: Long, fiscalSignature: Long, shiftNumber: Int)

Properties

Link copied to clipboard
val crFactoryNumber: String

The factory number of the cash register.

Link copied to clipboard
val crRegNumber: String

The registration number of the cash register.

Link copied to clipboard
val date: String

The date and time of the shift operation.

Link copied to clipboard

The serial number of the fiscal document.

Link copied to clipboard
val fiscalSignature: Long

The fiscal signature of the fiscal document.

Link copied to clipboard
val fnFactoryNumber: String

The factory number of the fiscal storage device.

Link copied to clipboard
val shiftNumber: Int

The number of the shift.