Interface SapInvoiceBackend

All Superinterfaces:
BackendBusinessObject
All Known Implementing Classes:
SapInvoiceBackendImpl

public interface SapInvoiceBackend extends BackendBusinessObject
  • Method Details

    • getInvoiceInByte

      byte[] getInvoiceInByte(String billingDocNumber) throws BackendException
      get the invoice in byte format
      Parameters:
      billingDocNumber -
      Returns:
      byte array
      Throws:
      BackendException