Class DeactivateResponse
Result of calling the Deactivate() or DeactivateAsync(). Immutable class.
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 |
|---|---|---|
| PrintData | printData | |
| CounterList | counters |
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 for debugging purpose.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()