Class InvoiceDelivery
Invoice Delivery component
Consolidates invoice creation and delivery. Supports email, interfax, and postalmethods.
		
		
		
		Package: blesta\components\invoice\delivery
Copyright: Copyright (c) 2011, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/invoice_delivery/invoice_delivery.php
	
		Copyright: Copyright (c) 2011, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/invoice_delivery/invoice_delivery.php
Methods summary
| 
				 public 
				
				
				 | |
| 
				 public 
				
				
				 | 
			#
			 deliverInvoices( array $invoice_ids, string $delivery_method, mixed $deliver_to = null, string $from_staff_id = null, array $options = null )Delivers a set of invoices using the given delivery method. All invoices are compiled together into a single document. | 
| 
				 public 
				
				
				 | 
			#
			 downloadInvoices( array $invoice_ids, array $options = null )Offers for download a set of invoices. All invoices are compiled together into a single document. | 
| 
				 public 
				array
				
				 |