Gets a 'Exchange Rate' entry. Exchange Rate (ASBIE). Information that directly relates to the rate of exchange (conversion) between two currencies.

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 IExchangeRate GetExchangeRate(
	int index
)
Visual Basic
Public Function GetExchangeRate ( 
	index As Integer
) As IExchangeRate
Visual C++
public:
virtual IExchangeRate^ GetExchangeRate(
	int index
) sealed
F#
abstract GetExchangeRate : 
        index : int -> IExchangeRate 
override GetExchangeRate : 
        index : int -> IExchangeRate 

Parameters

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

Return Value

Type: IExchangeRate
The indexed IExchangeRate object.

Implements

IForwardingInstructions..::..GetExchangeRate(Int32)

See Also