Uses of Class
orderprocessing.Invoice

Uses of Invoice in orderprocessing
 

Methods in orderprocessing that return Invoice
 Invoice OrderProcessor.generateInvoice(Order order)
          Generate an invoice from an order.
static Invoice Invoice.get(java.lang.String key)
          Get a particular invoice object from its customer number.