PdsRebateAgreementLine.checkRebateAmtRequirements Method
Checks whether the rebate amount is valid for the agreement line based on the defined amount breaks.
public boolean checkRebateAmtRequirements(AmountCur _rebateAmt, [boolean _maxRebateLineBreak])
Called
- _rebateAmt
Type: AmountCur Extended Data Type
The amount on the sales order line for which the rebate should be calculated.
- _maxRebateLineBreak
Type: boolean
A boolean value that defines whether to check the rebate requirements for the maximum rebate or not.
Type: boolean
true if the rebate amount is valid for the agreement line; otherwise, false.