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