PrinterRequest constructor

PrinterRequest({
  1. String? transactionID,
  2. String? id,
  3. String? customerId,
  4. String? customerName,
  5. String? customerEmail,
  6. String? customerMobile,
  7. bool? displayCustomer,
  8. bool? displaySeller,
  9. String? ticketId,
  10. String? ticketName,
  11. String? sellerId,
  12. String? sellerName,
  13. String? currencyCode,
  14. String? countryCode,
  15. String? deviceId,
  16. bool? taxInclusive,
  17. double? totalValue,
  18. double? totalCost,
  19. double? totalMarkup,
  20. double? totalDiscount,
  21. double? totalTax,
  22. double? amountTendered,
  23. double? amountChange,
  24. String? transactionDate,
  25. String? transactionTime,
  26. String? businessName,
  27. PrintAddress? address,
  28. String? vAT,
  29. String? tell,
  30. String? checkoutMessage,
  31. String? taxCode,
  32. double? taxValue,
  33. List<Inventory?>? items,
  34. String? header,
  35. String? footer,
  36. String? instagram,
  37. String? website,
  38. String? whatsapp,
  39. Uint8List? image,
  40. double? cashbackAmount,
  41. double? tipAmount,
  42. double? totalDue,
  43. double? withdrawalAmount,
  44. String? paymentType,
  45. String? transactionReference,
})

Implementation

PrinterRequest({
  this.transactionID,
  this.id,
  this.customerId,
  this.customerName,
  this.customerEmail,
  this.customerMobile,
  this.displayCustomer,
  this.displaySeller,
  this.ticketId,
  this.ticketName,
  this.sellerId,
  this.sellerName,
  this.currencyCode,
  this.countryCode,
  this.deviceId,
  this.taxInclusive,
  this.totalValue,
  this.totalCost,
  this.totalMarkup,
  this.totalDiscount,
  this.totalTax,
  this.amountTendered,
  this.amountChange,
  this.transactionDate,
  this.transactionTime,
  this.businessName,
  this.address,
  this.vAT,
  this.tell,
  this.checkoutMessage,
  this.taxCode,
  this.taxValue,
  this.items,
  this.header,
  this.footer,
  this.instagram,
  this.website,
  this.whatsapp,
  this.image,
  this.cashbackAmount,
  this.tipAmount,
  this.totalDue,
  this.withdrawalAmount,
  this.paymentType,
  this.transactionReference,
});