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 the Rebate amount satisfies the Rebate mimimum amount requirements.
Syntax
public boolean checkRebateAmountRequirements(real _rebateAmount, CurrencyCode _currency)
Run On
Called
Parameters
- _rebateAmount
Type: real
The rebate amount.
- _currency
Type: CurrencyCode Extended Data Type
The currency on the rebate.
Return Value
Type: boolean
true if Rebate amount satisfies the rebate minimum amount requirements; otherwise, false.