Class ReconciliationResponse
Contains the result of calling the Reconciliation()} or Reconciliation
Inheritance
System.Object
ReconciliationResponse
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 ReconciliationResponse
Constructors
ReconciliationResponse(CounterList, PrintData)
Create reconciliation response.
Declaration
public ReconciliationResponse(CounterList counters, PrintData printData)
Parameters
Type | Name | Description |
---|---|---|
Counter |
counters | |
Print |
printData |
Properties
Counters
Balance counters.
Declaration
public CounterList Counters { get; }
Property Value
Type | Description |
---|---|
Counter |
PrintData
Print information for merchant receipt.
Declaration
public PrintData PrintData { get; }
Property Value
Type | Description |
---|---|
Print |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()