PdsRebateTable::cumulateRebates Method
Calculates the cumulative rebate amount for the customer.
Syntax
server public static void cumulateRebates(
CustAccount _custAccount,
date _startDate,
date _endDate)
Run On
Server
Parameters
- _custAccount
Type: CustAccount Extended Data Type
A customer account number for which the cumulate rebate amount will be calculated.
- _startDate
Type: date
The starting date of the period.
- _endDate
Type: date
The ending date of the period.