Package com.six.timapi
Class ActivateResponse
- java.lang.Object
-
- com.six.timapi.ActivateResponse
-
public class ActivateResponse extends Object
Contains the result of callingTerminal.activate()orTerminal.activateAsync(). Immutable class.
-
-
Constructor Summary
Constructors Constructor Description ActivateResponse(PrintData printData, int actSeqCounter)Create activate response.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActSeqCounter()Activation sequence counter.PrintDatagetPrintData()Print information for merchant receipt.StringtoString()String representation for debugging purpose.
-
-
-
Constructor Detail
-
ActivateResponse
public ActivateResponse(PrintData printData, int actSeqCounter)
Create activate response.
-
-