PdsRebateAgreement.checkRebateAmountRequirements Method
Indicates whether the rebate amount satisfies the rebate minimum 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 that is used.
Return Value
Type: boolean
true if the rebate amount satisfies the rebate minimum amount requirements; otherwise, false.