CloverConnector  1.3.1
Copyright (C) 2017 Clover Network, Inc.
com.clover.remotepay.sdk.RetrievePendingPaymentsResponse Class Reference

The response object for offline payments that have not been processed by the Clover device More...

Inheritance diagram for com.clover.remotepay.sdk.RetrievePendingPaymentsResponse:
com.clover.remotepay.sdk.BaseResponse

Public Attributes

List< PendingPaymentEntry > PendingPayments
 List of payments taken offline and not yet processed More...
 

Additional Inherited Members

- 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

The response object for offline payments that have not been processed by the Clover device

Member Data Documentation

◆ PendingPayments

List<PendingPaymentEntry> com.clover.remotepay.sdk.RetrievePendingPaymentsResponse.PendingPayments

List of payments taken offline and not yet processed


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