Class ReceiptTransactionType
- Assembly
- anybill.POS.Client.Abstractions.dll
Type of the receipt transaction default should be PurchaseReceipt
public class ReceiptTransactionType
- Inheritance
-
ReceiptTransactionType
- Inherited Members
Properties
Type
Type of the receipt transaction default = PurchaseReceipt
public ReceiptTransactionTypeType Type { get; set; }
Property Value
Value
Optional value which will be displayed on the PDF.
public string Value { get; set; }