ReceiptData constructor
ReceiptData({})
Implementation
ReceiptData({
this.displayCustomer = true,
this.displayInstagramHandle = true,
this.displaySeller = true,
this.displayWhatsappLine = true,
this.displayAddress = true,
this.displayPhoneNumber = true,
this.footer,
this.header,
this.printLogo,
});