Interface PInvoiceDisplay


public interface PInvoiceDisplay
An interface that implements invoice display Customers can create their own invoice viewer implementation implementing this interface, and simply update the invoice.viewer.class property to point at the new implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    implements invoice display functionality
  • Method Details

    • displayInvoice

      void displayInvoice(String html, PModelHandle[] pms)
      implements invoice display functionality
      Parameters:
      html - - html buffer
      pms - - array containing account and bill model handles