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.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IExchangeRate GetExchangeRate(
int index
) |
| Visual Basic |
|---|
Function GetExchangeRate (
index As Integer
) As IExchangeRate |
| Visual C++ |
|---|
IExchangeRate^ GetExchangeRate(
int index
) |
| F# |
|---|
abstract GetExchangeRate :
index : int -> IExchangeRate
|
Return Value
Type:
IExchangeRateThe indexed
IExchangeRate object.
See Also