XML3 - API DLL Documentation
Exposes the collection of invoice items associated with this invoice.

Namespace: XMLV3API.Invoices
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IList<InvoiceItem> InvoiceItems { get; }
Visual Basic
Public ReadOnly Property InvoiceItems As IList(Of InvoiceItem)
	Get
Visual C++
public:
property IList<InvoiceItem^>^ InvoiceItems {
	IList<InvoiceItem^>^ get ();
}

Field Value

Return Value

Remarks