Gets a 'Billing Reference' entry.
Billing Reference (ASBIE). An association to Billing Reference.
Namespace: Unimaze.Composer.Ubl2Assembly: 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 |
Return Value
Type:
IBillingReferenceThe indexed
IBillingReference object.
Implements
IFreightInvoice..::..GetBillingReference(Int32)
See Also