InvoiceItems Property
This is the collection of items included on the invoice.
Syntax
public InvoiceItemList getInvoiceItems(); public void setInvoiceItems(InvoiceItemList invoiceItems);
Remarks
This property should contain all the items to be included on the invoice.
This property is not available at design time.