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

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 amount of the operation

Link copied to clipboard

The type of the operation

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)