Class RecordedPayments


  • public class RecordedPayments
    extends Base
    • Constructor Detail

      • RecordedPayments

        public RecordedPayments()
    • 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)
        Overrides:
        forClient in class Base
        Parameters:
        clientKey - : The clientKey is of type String.
        Returns:
        RecordedPayments: The Instance of RecordedPayments.
      • videChannel

        public RecordedPayments videChannel​(java.lang.String channel)
        Overrides:
        videChannel in class Base
        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.