4.3 ww.dll API Reference : API descriptions : Functions with database access : getpaymentplan
 
getpaymentplan
 
Description
When VerifySale or GetPaymentPlan is called, these functions return the payment plan schedule back as a table to the caller. The table shows the dates and amount to be paid. The first entry with today's date is the minimum deposit required today. The Payment Plan schedule that is returned shows the plan payment dates, the amounts due on those dates and a brief description for each of the payments, e.g., "2 of 4 payments".
 
Example invocation:
<func>processsale</func>
<sale>
 
<settlement>
<PaymentPlan>
<datetime>11/6/2012</datetime>
<amount>816.32</amount>
<deposit>200.00</deposit>
</PaymentPlan>
</settlement>
 
See also
processsale
paymentplan