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

The factory number of the cash register.

Link copied to clipboard

The registration number of the cash register.

Link copied to clipboard

The date and time of the shift operation.

Link copied to clipboard

The serial number of the fiscal document.

Link copied to clipboard

The fiscal signature of the fiscal document.

Link copied to clipboard

The factory number of the fiscal storage device.

Link copied to clipboard

The number of the shift.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)