PrinterRequest constructor
PrinterRequest({
- String? transactionID,
- String? id,
- String? customerId,
- String? customerName,
- String? customerEmail,
- String? customerMobile,
- bool? displayCustomer,
- bool? displaySeller,
- String? ticketId,
- String? ticketName,
- String? sellerId,
- String? sellerName,
- String? currencyCode,
- String? countryCode,
- String? deviceId,
- bool? taxInclusive,
- double? totalValue,
- double? totalCost,
- double? totalMarkup,
- double? totalDiscount,
- double? totalTax,
- double? amountTendered,
- double? amountChange,
- String? transactionDate,
- String? transactionTime,
- String? businessName,
- PrintAddress? address,
- String? vAT,
- String? tell,
- String? checkoutMessage,
- String? taxCode,
- double? taxValue,
- List<
Inventory?> ? items, - String? header,
- String? instagram,
- String? website,
- String? whatsapp,
- Uint8List? image,
- double? cashbackAmount,
- double? tipAmount,
- double? totalDue,
- double? withdrawalAmount,
- String? paymentType,
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,
});