Class PaymentSetups


  • public class PaymentSetups
    extends Base
    • Constructor Detail

      • PaymentSetups

        public PaymentSetups()
    • Method Detail

      • getList

        public java.util.List<PaymentSetup> getList()
        Get list
        Returns:
        list
      • getTotalResultsCount

        public java.lang.String getTotalResultsCount()
        The total number of payment setup available matching the search 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 payment setups, 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
      • getIdCustomer

        public java.lang.String getIdCustomer()
        The unique identifier assigned by EBPP to the customer.
        Returns:
        idCustomer
      • getIdFundingAccount

        public java.lang.String getIdFundingAccount()
        The unique identifier assigned by EBPP to the funding account
        Returns:
        idFundingAccount
      • getIdCustomerAccount

        public java.lang.String getIdCustomerAccount()
        The unique identifier assigned by EBPP to the customer account
        Returns:
        idCustomerAccount
      • getConfirmationNumber

        public java.lang.String getConfirmationNumber()
        The confirmation number or reference provided to the customer for the successful payment.
        Returns:
        confirmationNumber
      • getStatus

        public java.util.List<java.lang.String> getStatus()
        The status of the payment. This can take multiple values in the format key=value1&key=value2....
        Returns:
        status
      • getPaymentSetupScheduleType

        public java.util.List<java.lang.String> getPaymentSetupScheduleType()
        The schedule type for the payment setup. This can take multiple values in the format key=value1&key=value2....
        Returns:
        paymentSetupScheduleType
      • getFromDate

        public java.lang.String getFromDate()
        The date from which recurring payments setup, matching the criteria specified, need to be retrieved.
        Returns:
        fromDate
      • getToDate

        public java.lang.String getToDate()
        The date upto which recurring payments setup, matching the criteria specified, need to be retrieved.
        Returns:
        toDate
      • getPageSize

        public java.lang.String getPageSize()
        The maximum number of objects returned in the query.
        Returns:
        pageSize
      • forClient

        public PaymentSetups forClient​(java.lang.String clientKey)
        Overrides:
        forClient in class Base
        Parameters:
        clientKey - : The clientKey is of type String.
        Returns:
        PaymentSetups: The Instance of PaymentSetups.
      • videChannel

        public PaymentSetups videChannel​(java.lang.String channel)
        Overrides:
        videChannel in class Base
        Parameters:
        channel - : The channel is of type String.
        Returns:
        PaymentSetups: The Instance of PaymentSetups.
      • findBy

        public PaymentSetups findBy​(MultiMap<java.lang.String> PaymentSetupsFilterMap)
        Parameters:
        PaymentSetupsFilterMap - : The PaymentSetupsFilterMap is of type com.orbipay.paymentsapi.client.MultiMap.
        Returns:
        PaymentSetups: The Instance of PaymentSetups.
      • forCustomer

        public PaymentSetups forCustomer​(java.lang.String idCustomer)
        Parameters:
        idCustomer - : The idCustomer is of type String.
        Returns:
        PaymentSetups: The Instance of PaymentSetups.
      • retrievedBy

        public PaymentSetups retrievedBy​(java.lang.String requestor,
                                         java.lang.String requestorType)
        Parameters:
        requestor - : The requestor is of type String.
        requestorType - : The requestorType is of type String.
        Returns:
        PaymentSetups: The Instance of PaymentSetups.
      • get

        public PaymentSetups get​(InvocationContext invocationContext,
                                 java.lang.String liveMode)
                          throws OrbipayApiException
        Parameters:
        invocationContext - : The invocationContext is of type InvocationContext.
        liveMode - : The liveMode is of type String
        Returns:
        PaymentSetups: The Instance of PaymentSetups.
        Throws:
        OrbipayApiException - The only Exception that is thrown in Exceptional case
      • get

        public PaymentSetups get​(InvocationContext invocationContext,
                                 java.lang.String liveMode,
                                 java.lang.String apiEndPoint)
                          throws OrbipayApiException
        Parameters:
        invocationContext - : The invocationContext is of type InvocationContext.
        liveMode - : The liveMode is of type String
        apiEndPoint - : The apiEndPoint is of type String.
        Returns:
        PaymentSetups: The Instance of PaymentSetups.
        Throws:
        OrbipayApiException - The only Exception that is thrown in Exceptional case