Share via


IntrastatTransfer.calcAmountMSTByExchType Method [AX 2012]

Calculates amount based on the ExchangeRateType value.

Syntax

protected AmountMST calcAmountMSTByExchType(
    ExchangeRateTypeName _exchangeRateTypeName, 
    AmountCur _amountCur, 
    CurrencyCode _transactionCurrencyCode, 
    TransDate _invoiceDate)

Run On

Called

Parameters

Return Value

Type: AmountMST Extended Data Type
The amount in company currency, calculated via the provided ExchangeRateType value.

See Also

Reference

IntrastatTransfer Class