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

Properties

List< PendingPaymentEntry > PendingPayments [get, set]
 List of payments taken offline and not yet processed More...
 
- 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

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

Definition at line 751 of file TransactionBeans.cs.

Property Documentation

◆ PendingPayments

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

List of payments taken offline and not yet processed

Definition at line 756 of file TransactionBeans.cs.


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