Share via


IntrastatTransfer.getExchRate Method [AX 2012]

Gets exchange rates from the ExchangeRateType value.

Syntax

protected real getExchRate(
    ExchangeRateType _exchangeRateType, 
    CurrencyCode _fromCurrency, 
    CurrencyCode _toCurrency, 
    TransDate _transDate)

Run On

Called

Parameters

Return Value

Type: real
The exchange rate based on given criteria.

See Also

Reference

IntrastatTransfer Class