Gets the number of 'Payment Terms' entries in the container object.
Payment Terms (ASBIE). An association to Payment Terms.
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 GetPaymentTermsCount() |
| Visual Basic |
|---|
Public Function GetPaymentTermsCount As Integer |
| Visual C++ |
|---|
public:
virtual int GetPaymentTermsCount() sealed |
| F# |
|---|
abstract GetPaymentTermsCount : unit -> int
override GetPaymentTermsCount : unit -> int |
Return Value
Type:
Int32The number of
IPaymentTerms object instances in the container object.
Implements
IStatement..::..GetPaymentTermsCount()()()()
See Also