Class RetrievePendingPaymentsResponse

java.lang.Object
com.clover.remote.client.messages.BaseResponse
com.clover.remote.client.messages.RetrievePendingPaymentsResponse

public class RetrievePendingPaymentsResponse extends BaseResponse
Response object for a retrieve pending payments request
  • Constructor Details

    • RetrievePendingPaymentsResponse

      public RetrievePendingPaymentsResponse(ResultCode code, String reason, List<com.clover.remote.PendingPaymentEntry> payments)
      Constructor
      Parameters:
      code - The result of the requested operation
      reason - reason Optional information about result
      payments - List of payments in the queue, that have not been sent to the server for processing
  • Method Details

    • getPendingPayments

      public List<com.clover.remote.PendingPaymentEntry> getPendingPayments()
      Get the field value
      Returns:
      List of payments in the queue, that have not been sent to the server for processing