Interface IRSBankingService


  • public interface IRSBankingService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAcci​(java.lang.String begin, java.lang.String end)
      Get the account statement.
    • Method Detail

      • getAcci

        @GET
        @Path("getAS/")
        @Produces("text/html")
        java.lang.String getAcci​(java.lang.String begin,
                                 java.lang.String end)
        Get the account statement.
        Parameters:
        request - The request.
        Returns:
        The account statement.