Class ReceiptItem
Inheritance
System.Object
ReceiptItem
Assembly: TimApi.dll
Syntax
public class ReceiptItem : object
Constructors
ReceiptItem(ReceiptItemType, Recipient, String)
Declaration
public ReceiptItem(ReceiptItemType receiptItemType, Recipient recipient, String value)
Parameters
Properties
ReceiptItemType
Declaration
public ReceiptItemType ReceiptItemType { get; }
Property Value
Recipient
Declaration
public Recipient Recipient { get; }
Property Value
Value
Declaration
public String Value { get; }
Property Value
Methods
ToString()
Declaration
public override String ToString()
Returns