Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.