Receipt constructor
Receipt({
- ReceiptStatus? receiptStatus,
- String? uuid,
- String? originalOfdUuid,
- int? shiftNumber,
- int? fiscalReceiptNumber,
- String? receiptDatetime,
- String? fnNumber,
- String? ecrRegistrationNumber,
- int? fiscalDocumentNumber,
- String? fiscalDocumentAttribute,
- String? amountTotal,
- String? serialNumber,
- String? fnsSite,
- String? ofdReceiptUrl,
- OFD? ofd,
Блок с параметрами чека.
Implementation
Receipt({
this.receiptStatus,
this.uuid,
this.originalOfdUuid,
this.shiftNumber,
this.fiscalReceiptNumber,
this.receiptDatetime,
this.fnNumber,
this.ecrRegistrationNumber,
this.fiscalDocumentNumber,
this.fiscalDocumentAttribute,
this.amountTotal,
this.serialNumber,
this.fnsSite,
this.ofdReceiptUrl,
this.ofd,
});