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.
Checks whether payment amount is positive.
Syntax
public boolean checkPaymentAmount(Amount _amount)
Run On
Called
Parameters
- _amount
Type: Amount Extended Data Type
Amount value to be verified.
Return Value
Type: boolean
true if amount is positive; otherwise, false.