CloverConnector  4.0.0
Copyright (C) 2018 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)
 

Properties

string printRequestId [get, set]
 
PrintJobStatus status [get, set]
 
- 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...
 

Additional Inherited Members

- Protected Member Functions inherited from com.clover.remotepay.sdk.BaseResponse
 BaseResponse ()
 

Detailed Description

Definition at line 644 of file TransactionBeans.cs.

Constructor & Destructor Documentation

◆ PrintJobStatusResponse()

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

Definition at line 649 of file TransactionBeans.cs.

Property Documentation

◆ printRequestId

string com.clover.remotepay.sdk.PrintJobStatusResponse.printRequestId
getset

Definition at line 646 of file TransactionBeans.cs.

◆ status

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

Definition at line 647 of file TransactionBeans.cs.


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