Class ActivateResponse
Contains the result of calling Activate() or Activate
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 |
---|---|---|
Print |
printData | |
System. |
actSeqCounter |
Properties
ActSeqCounter
Activation sequence counter.
Declaration
public int ActSeqCounter { get; }
Property Value
Type | Description |
---|---|
System. |
PrintData
Print information for merchant receipt.
Declaration
public PrintData PrintData { get; }
Property Value
Type | Description |
---|---|
Print |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |