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