Package 

Interface RegistrationService

    • Method Summary

      Modifier and Type Method Description
      abstract Unit checkDeviceStatus(Boolean isOtpVerified, OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUPIProCallBack)
      abstract Unit registerApp(OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUPIProCallBack)
      abstract Unit getBankList(PayUUPIBoltCallBack payuApiCallBack)
      abstract Unit getAccountsList(String bankCode, String requestType, String iin, String bankId, String accountType, PayUUPIBoltCallBack payuApiCallBack)
      abstract Unit registerVPA(String vpa, AccountInfo accountInfo, PayUUPIBoltCallBack payUUpiProCallBack)
      abstract Unit validateOtp(String otp, OTPVerificationInterface otpVerificationInterface, PayUUPIBoltCallBack payUUpiProCallBack)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait