Gets a 'Trading Terms' entry.
Trading Terms (ASBIE). An association to trading terms.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
ITradingTerms GetTradingTerms(
int index
) |
| Visual Basic |
|---|
Function GetTradingTerms (
index As Integer
) As ITradingTerms |
| Visual C++ |
|---|
ITradingTerms^ GetTradingTerms(
int index
) |
| F# |
|---|
abstract GetTradingTerms :
index : int -> ITradingTerms
|
Return Value
Type:
ITradingTermsThe indexed
ITradingTerms object.
See Also