RetailRoundingMethod::getAmountFromRoundingMethod Method
Gets the sum of amount added after and before rounding.
Syntax
client server public static AmountMST getAmountFromRoundingMethod(RetailRoundingMethodId _sRoundingMethod, AmountMST _rAmount)
Run On
Called
Parameters
- _sRoundingMethod
Type: RetailRoundingMethodId Extended Data Type
The ID of the rounding method.
- _rAmount
Type: AmountMST Extended Data Type
The transaction amount.
Return Value
Type: AmountMST Extended Data Type
The sum of amount after rounding.