new receipt formats
This commit is contained in:
@@ -12,6 +12,8 @@ public class InvoiceReceipt
|
||||
public List<ReceiptItem> Items { get; set; } = new List<ReceiptItem>();
|
||||
public decimal Total { get; set; }
|
||||
public string Currency { get; set; }
|
||||
public string TableNumber { get; set; }
|
||||
public string ThankYouMessage { get; set; }
|
||||
}
|
||||
|
||||
public class ReceiptItem
|
||||
|
||||
Reference in New Issue
Block a user