Interface SapInvoiceBO

All Known Implementing Classes:
SapInvoiceBOImpl

public interface SapInvoiceBO
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    getPDF(String billingDocNumber)
    get byte for PDF for billingDOCNumber
  • Method Details

    • getPDF

      byte[] getPDF(String billingDocNumber) throws BackendException
      get byte for PDF for billingDOCNumber
      Parameters:
      billingDocNumber -
      Returns:
      byte of PDF for billingDOCNumber
      Throws:
      BackendException