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

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

Syntax

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

Parameters

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

Return Value

Type: IBillingReference
The indexed IBillingReference object.

Implements

IDebitNote..::..GetBillingReference(Int32)

See Also