Share via


TaxableLine.getCurrencyExchangeInformation Method [AX 2012]

Gets an instance of the CurrencyExchHelper class that represents the transaction line.

Syntax

public CurrencyExchangeHelper getCurrencyExchangeInformation()

Run On

Called

Return Value

Type: CurrencyExchangeHelper Class
An instance of CurrencyExchHelper class.

Remarks

The currency, exchange date, exchange rate, secondary exchange rate, and triangulation should be set on the instance of the CurrencyExchHelper class.

If the exchange rates and triangulation are not set, default values will be used.

See Also

Reference

TaxableLine Interface