Fiscal Data
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
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 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.