Interface InvoiceService

All Known Implementing Classes:
InvoiceServiceImpl

public interface InvoiceService
InvoiceService interface
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    getPDFData(String billDocumentNumber)
    Method to get PDF data
  • Method Details

    • getPDFData

      byte[] getPDFData(String billDocumentNumber) throws BackendException
      Method to get PDF data
      Parameters:
      billDocumentNumber - DocumentNumber of bill in string format
      Returns:
      byte array of PDF document
      Throws:
      BackendException - Backend Exception