Currency::customsReportingMSTAmount_IN Method
Gets the amount in reporting currency by considering the customs exchange rate.
Syntax
client server public static AmountMST customsReportingMSTAmount_IN(
AmountCur _amountCur,
CurrencyCode _currencyCode,
EximExportImport_IN _direction,
[TransDate _exchRateDate,
boolean _rounding,
CustomsExchangeRate_IN _exchRate])
Run On
Called
Parameters
- _amountCur
Type: AmountCur Extended Data Type
The amount in reporting currency.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code.
- _direction
Type: EximExportImport_IN Extended Data Type
The exim export or import direction.
- _exchRateDate
Type: TransDate Extended Data Type
The date time of the exchange rate.
- _rounding
Type: boolean
True if the amount is rounding.
- _exchRate
Type: CustomsExchangeRate_IN Extended Data Type
The customs exchange rate.
Return Value
Type: AmountMST Extended Data Type
This method returns the amount in Reporting currency by considering the customs exchange rate.