Share via


RetailStatementPost.getExchRate Method [AX 2012]

Gets the exchange rate for the given currency or for the given store.

Syntax

public ExchRate getExchRate(
    date _date, 
    CurrencyCode _currency, 
    RetailStoreId _store)

Run On

Server

Parameters

  • _date
    Type: date
    The date for which the exchage rate is claculated

Return Value

Type: ExchRate Extended Data Type
Exchange rateof the currency.

See Also

Reference

RetailStatementPost Class