Gets a 'Billing Reference' entry.
Billing Reference (ASBIE). An association to Billing Reference.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IBillingReference GetBillingReference(
int index
) |
| Visual Basic |
|---|
Function GetBillingReference (
index As Integer
) As IBillingReference |
| Visual C++ |
|---|
IBillingReference^ GetBillingReference(
int index
) |
| F# |
|---|
abstract GetBillingReference :
index : int -> IBillingReference
|
Return Value
Type:
IBillingReferenceThe indexed
IBillingReference object.
See Also