Gets a 'Trading Terms' entry. Trading Terms (ASBIE). An association to trading terms.

Namespace: Unimaze.Composer.Ubl2
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public ITradingTerms GetTradingTerms(
	int index
)
Visual Basic
Public Function GetTradingTerms ( 
	index As Integer
) As ITradingTerms
Visual C++
public:
virtual ITradingTerms^ GetTradingTerms(
	int index
) sealed
F#
abstract GetTradingTerms : 
        index : int -> ITradingTerms 
override GetTradingTerms : 
        index : int -> ITradingTerms 

Parameters

index
Type: System..::..Int32
The index of the ITradingTerms to get.

Return Value

Type: ITradingTerms
The indexed ITradingTerms object.

Implements

ICatalogue..::..GetTradingTerms(Int32)

See Also