public class RetrievePendingPaymentsResponse extends BaseResponse
| Constructor and Description |
|---|
RetrievePendingPaymentsResponse(ResultCode code,
java.lang.String reason,
java.util.List<PendingPaymentEntry> payments)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PendingPaymentEntry> |
getPendingPayments()
Get the field value
|
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccesspublic RetrievePendingPaymentsResponse(ResultCode code, java.lang.String reason, java.util.List<PendingPaymentEntry> payments)
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