Gets a 'Invoice Line' entry. Invoice Line (ASBIE). Association to information directly relating to a line item of an invoice.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
IInvoiceLine GetInvoiceLine(
	int index
)
Visual Basic
Function GetInvoiceLine ( 
	index As Integer
) As IInvoiceLine
Visual C++
IInvoiceLine^ GetInvoiceLine(
	int index
)
F#
abstract GetInvoiceLine : 
        index : int -> IInvoiceLine 

Parameters

index
Type: System..::..Int32
The index of the IInvoiceLine to get.

Return Value

Type: IInvoiceLine
The indexed IInvoiceLine object.

See Also