Receipt constructor
Receipt({})
Implementation
Receipt({
this.operator,
this.sales,
this.lottery,
this.refunds,
this.subtotals,
this.payments,
this.barCode,
this.qrCode,
this.graphicCoupon,
this.openDrawer,
this.personalTaxCode,
this.refundMessage,
});