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