GetReceiptStatusResponse constructor
GetReceiptStatusResponse({})
Ответ сведений о кассовом чеке.
Implementation
GetReceiptStatusResponse({
String? errorCode,
String? errorMessage,
this.orderNumber,
this.orderId,
this.daemonCode,
this.ecrRegistrationNumber,
this.receipt,
}) : super(
errorCode: errorCode,
errorMessage: errorMessage,
);