Class RecordedPayments
- java.lang.Object
-
- com.orbipay.paymentsapi.client.wrappers.Base
-
- com.orbipay.paymentsapi.client.wrappers.RecordedPayments
-
public class RecordedPayments extends Base
-
-
Constructor Summary
Constructors Constructor Description RecordedPayments()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordedPayments
findBy(MultiMap<java.lang.String> RecordedPaymentsFilterMap)
RecordedPayments
forClient(java.lang.String clientKey)
RecordedPayments
forCustomer()
static RecordedPayments
fromJson(java.lang.String json)
java.lang.String
getFromIndex()
The id of the object before which the previous set of objects are to be retrieved.java.lang.String
getHasMoreResults()
true if there are more results or pagesjava.util.List<RecordedPayment>
getList()
Get listjava.lang.String
getQueryId()
The query id of the object.java.lang.String
getToIndex()
The id of the object after which the next set of objects are to be retrieved.java.lang.String
getTotalResultsCount()
total number of payments available with matching criteriajava.lang.String
getUrl()
This URL fetches the next or previous set of payments, based on the presence of after_object or before_object parameter.java.lang.String
toJson()
RecordedPayments
videChannel(java.lang.String channel)
-
Methods inherited from class com.orbipay.paymentsapi.client.wrappers.Base
getApiEndPoint, getHttpStatusCode, getInvocationContext, getLiveMode, requestedBy, withContext
-
-
-
-
Method Detail
-
getList
public java.util.List<RecordedPayment> getList()
Get list- Returns:
- list
-
getTotalResultsCount
public java.lang.String getTotalResultsCount()
total number of payments available with matching criteria- Returns:
- totalResultsCount
-
getHasMoreResults
public java.lang.String getHasMoreResults()
true if there are more results or pages- Returns:
- hasMoreResults
-
getUrl
public java.lang.String getUrl()
This URL fetches the next or previous set of payments, based on the presence of after_object or before_object parameter.- Returns:
- url
-
getFromIndex
public java.lang.String getFromIndex()
The id of the object before which the previous set of objects are to be retrieved.- Returns:
- fromIndex
-
getToIndex
public java.lang.String getToIndex()
The id of the object after which the next set of objects are to be retrieved.- Returns:
- toIndex
-
getQueryId
public java.lang.String getQueryId()
The query id of the object.- Returns:
- queryId
-
forClient
public RecordedPayments forClient(java.lang.String clientKey)
-
videChannel
public RecordedPayments videChannel(java.lang.String channel)
- Overrides:
videChannel
in classBase
- Parameters:
channel
- : The channel is of type String.- Returns:
- RecordedPayments: The Instance of RecordedPayments.
-
findBy
public RecordedPayments findBy(MultiMap<java.lang.String> RecordedPaymentsFilterMap)
- Parameters:
RecordedPaymentsFilterMap
- : The RecordedPaymentsFilterMap is of type com.orbipay.paymentsapi.client.MultiMap.- Returns:
- RecordedPayments: The Instance of RecordedPayments.
-
forCustomer
public RecordedPayments forCustomer()
- Returns:
- RecordedPayments: The Instance of RecordedPayments.
-
fromJson
public static RecordedPayments fromJson(java.lang.String json) throws OrbipayApiException
- Throws:
OrbipayApiException
-
toJson
public java.lang.String toJson() throws OrbipayApiException
- Throws:
OrbipayApiException
-
-