Share via


TAMVendRebateTable::cumulateRebates Method

Calculates the cumulative rebate amount for the vendor.

Syntax

server public static void cumulateRebates(
    VendAccount _vendAccount, 
    date _startDate, 
    date _endDate)

Run On

Server

Parameters

  • _startDate
    Type: date
    The starting date of the period for which to cumulate.
  • _endDate
    Type: date
    The ending date of the period for which to cumulate.

See Also

Reference

TAMVendRebateTable Table