Receipt class

Блок с параметрами чека.

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

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})
Блок с параметрами чека.
Receipt.fromJson(Map<String, dynamic> json)
Преобразование json в модель
factory

Properties

amountTotal String?
Итоговая сумма чека в рублях.
final
ecrRegistrationNumber String?
Регистрационный номер контрольно-кассовой техники.
final
equals Map<String, Object?>
Comparison objects
no setter
fiscalDocumentAttribute String?
Фискальный признак документа.
final
fiscalDocumentNumber int?
Фискальный номер документа.
final
fiscalReceiptNumber int?
Номер чека в смене.
final
fnNumber String?
Номер фискального накопителя.
final
fnsSite String?
Адрес сайта ФНС.
final
hashCode int
The hash code for this object.
no setterinherited
ofd OFD?
Блок с параметрами оператора фискальных данных.
final
ofdReceiptUrl String?
Ссылка на чек.
final
originalOfdUuid String?
Идентификатор чека в ОФД системе.
final
receiptDatetime String?
Дата и время чека в фискальном накопителе.
final
receiptStatus ReceiptStatus?
Состояние чека
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber String?
Заводской номер контрольно-кассовой техники.
final
shiftNumber int?
Номер смены.
final
uuid String?
Идентификатор чека в фискализаторе.
final

Methods

compareLists<R>(List<R>? list1, List<R>? list2) bool
Determines whether list1 and list2 are equal.
inherited
genHash<R>(Iterable<R>? values) int
Returns a hashCode for equals.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Преобразование модели в json
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited