Class ActivateResponse
Contains the result of calling Activate() or Activate
Inheritance
System.Object
ActivateResponse
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 ActivateResponse
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 |
---|---|
System. |
Overrides
System.Object.ToString()