Gets a 'Billing Reference Line' entry. Billing Reference Line (ASBIE). An association to Billing Reference Line.

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

Syntax

C#
public IBillingReferenceLine GetBillingReferenceLine(
	int index
)
Visual Basic
Public Function GetBillingReferenceLine ( 
	index As Integer
) As IBillingReferenceLine
Visual C++
public:
virtual IBillingReferenceLine^ GetBillingReferenceLine(
	int index
) sealed
F#
abstract GetBillingReferenceLine : 
        index : int -> IBillingReferenceLine 
override GetBillingReferenceLine : 
        index : int -> IBillingReferenceLine 

Parameters

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

Return Value

Type: IBillingReferenceLine
The indexed IBillingReferenceLine object.

Implements

IBillingReference..::..GetBillingReferenceLine(Int32)

See Also