CloverConnector  1.4.0
Copyright (C) 2017 Clover Network, Inc.
com.clover.remotepay.sdk.PrintJobStatusResponse Class Reference
Inheritance diagram for com.clover.remotepay.sdk.PrintJobStatusResponse:
com.clover.remotepay.sdk.BaseResponse

Public Member Functions

 PrintJobStatusResponse (String printRequestId, String status)
 

Public Attributes

String printRequestId
 
PrintJobStatus status
 

Additional Inherited Members

- Protected Member Functions inherited from com.clover.remotepay.sdk.BaseResponse
 BaseResponse ()
 
- Properties inherited from com.clover.remotepay.sdk.BaseResponse
bool Success [get, set]
 If true then the requested operation succeeded More...
 
ResponseCode Result [get, set]
 The result of the requested operation. More...
 
String Reason [get, set]
 Optional information about result. More...
 
String Message [get, set]
 Detailed information about result. More...
 

Detailed Description

Definition at line 568 of file TransactionBeans.cs.

Constructor & Destructor Documentation

◆ PrintJobStatusResponse()

com.clover.remotepay.sdk.PrintJobStatusResponse.PrintJobStatusResponse ( String  printRequestId,
String  status 
)

Definition at line 573 of file TransactionBeans.cs.

Member Data Documentation

◆ printRequestId

String com.clover.remotepay.sdk.PrintJobStatusResponse.printRequestId

Definition at line 570 of file TransactionBeans.cs.

◆ status

PrintJobStatus com.clover.remotepay.sdk.PrintJobStatusResponse.status

Definition at line 571 of file TransactionBeans.cs.


The documentation for this class was generated from the following file: