Class Receipt
Class Receipt.
Inheritance
System.Object
Receipt
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class Receipt : object
Constructors
Receipt(Recipient, String)
Declaration
public Receipt(Recipient recipient, String value)
Parameters
Type | Name | Description |
---|---|---|
Recipient | recipient | |
String | value |
Properties
Recipient
Declaration
public Recipient Recipient { get; }
Property Value
Type | Description |
---|---|
Recipient |
Value
Declaration
public String Value { get; }
Property Value
Type | Description |
---|---|
String |
Methods
ToString()
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |