Class RetrievePendingPaymentsResponse
java.lang.Object
com.clover.remote.client.messages.BaseResponse
com.clover.remote.client.messages.RetrievePendingPaymentsResponse
Response object for a retrieve pending payments request
-
Constructor Summary
ConstructorsConstructorDescriptionRetrievePendingPaymentsResponse(ResultCode code, String reason, List<com.clover.remote.PendingPaymentEntry> payments) Constructor -
Method Summary
Modifier and TypeMethodDescriptionList<com.clover.remote.PendingPaymentEntry>Get the field valueMethods inherited from class com.clover.remote.client.messages.BaseResponse
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccess
-
Constructor Details
-
RetrievePendingPaymentsResponse
public RetrievePendingPaymentsResponse(ResultCode code, String reason, List<com.clover.remote.PendingPaymentEntry> payments) Constructor- Parameters:
code- The result of the requested operationreason- reason Optional information about resultpayments- List of payments in the queue, that have not been sent to the server for processing
-
-
Method Details
-
getPendingPayments
Get the field value- Returns:
- List of payments in the queue, that have not been sent to the server for processing
-