Class ActivateResponse
Contains the result of calling Activate() or ActivateAsync(). Immutable class.
Inheritance
System.Object
ActivateResponse
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class ActivateResponse : object
Constructors
ActivateResponse(PrintData, Int32)
Create activate response.
Declaration
public ActivateResponse(PrintData printData, int actSeqCounter)
Parameters
| Type | Name | Description |
|---|---|---|
| PrintData | printData | |
| System.Int32 | actSeqCounter |
Properties
ActSeqCounter
Activation sequence counter.
Declaration
public int ActSeqCounter { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
|---|---|
| String |