EximDBKValues_IN::roundedOffDrawbackAmount Method
Rounds the drawback amount.
Syntax
client server public static AmountMST roundedOffDrawbackAmount(
AmountMST _totalAmount,
AmountMST _roundOff,
RoundOffType _roundOffType)
Run On
Called
Parameters
- _totalAmount
Type: AmountMST Extended Data Type
The total amount.
- _roundOff
Type: AmountMST Extended Data Type
The round-off.
- _roundOffType
Type: RoundOffType Enumeration
The round-off type.
Return Value
Type: AmountMST Extended Data Type
The instance of the AmountMST class.