Class DeactivateResponse
Result of calling the Deactivate() or Deactivate
Inheritance
System.Object
DeactivateResponse
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 DeactivateResponse
Constructors
DeactivateResponse(PrintData, CounterList)
Create deactivate response.
Declaration
public DeactivateResponse(PrintData printData, CounterList counters)
Parameters
Type | Name | Description |
---|---|---|
Print |
printData | |
Counter |
counters |
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 for debugging purpose.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()