1.0.9
This commit is contained in:
@@ -27,6 +27,16 @@ public class FinalReceipt
|
||||
public string GoodbyeMessageLine1 { get; set; }
|
||||
public string GoodbyeMessageLine2 { get; set; }
|
||||
public List<PaymentTerminalReceipt> TerminalReceipts { get; set; } = new List<PaymentTerminalReceipt>();
|
||||
public DiscountInfo? DiscountInfo { get; set; }
|
||||
}
|
||||
|
||||
public class DiscountInfo
|
||||
{
|
||||
public string Description { get; set; }
|
||||
public decimal Amount { get; set; }
|
||||
public string Currency { get; set; }
|
||||
public decimal? AmountInAlternateCurrency { get; set; }
|
||||
public string AlternateCurrency { get; set; }
|
||||
}
|
||||
|
||||
public class FinalReceiptItem
|
||||
|
||||
Reference in New Issue
Block a user