Removes a 'Exchange Rate' entry.
Exchange Rate (ASBIE). Information that directly relates to the rate of exchange (conversion) between two currencies.
Namespace: Unimaze.Composer.Ubl2Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public void RemoveExchangeRate(
int index
) |
| Visual Basic |
|---|
Public Sub RemoveExchangeRate (
index As Integer
) |
| Visual C++ |
|---|
public:
virtual void RemoveExchangeRate(
int index
) sealed |
| F# |
|---|
abstract RemoveExchangeRate :
index : int -> unit
override RemoveExchangeRate :
index : int -> unit |
Implements
IWaybill..::..RemoveExchangeRate(Int32)
See Also