TAMVendRebateAgreement.checkRebateAmountRequirements Method
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.