FiscalData

data class FiscalData(val crFactoryNumber: String, val crRegNumber: String, val fnFactoryNumber: String, val date: String, val documentSerialNumber: Int, val fiscalSignature: Long, val operationType: Int, val operationAmount: Double, val shiftNumber: Int, val chequeSequenceNumber: Int) : Parcelable

Data class representing the fiscal data.

Constructors

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

Properties

Link copied to clipboard

The sequence number of cheque

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 operationAmount: Double

The amount of the operation

Link copied to clipboard
val operationType: Int

The type of the operation

Link copied to clipboard
val shiftNumber: Int

The number of the shift.