Gets the number of 'Billing Reference' entries in the container object.
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 int GetBillingReferenceCount() |
| Visual Basic |
|---|
Public Function GetBillingReferenceCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetBillingReferenceCount() sealed |
| F# |
|---|
abstract GetBillingReferenceCount : unit -> int
override GetBillingReferenceCount : unit -> int |
Return Value
Type:
Int32The number of
IBillingReference object instances in the container object.
Implements
ICreditNote..::..GetBillingReferenceCount()()()()
See Also