Class DeactivateResponse
Result of calling the Deactivate() or Deactivate
Inheritance
System.Object
DeactivateResponse
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class DeactivateResponse : object
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 |
---|---|
String |