Please enable JavaScript.
Coggle requires JavaScript to display documents.
PaymentPlan Enrollment MZP (AutoRenewalBean.java - Line 206 then line 216…
PaymentPlan Enrollment MZP
AutoRenewalBean.java - Line 206 then line 216-248/254-276
AutoRenewalBean.java - cancelDonations
AutoRenewalBean.java - postzeroDollars
AutoRenewalBean.java - Line 290 -call updateFields
AutoRenewalBean.java - Line 1292 - build autorenewal card -
tokenize the credit card
Line 1395 , line 1400 , minimum pay validation
updaterenewMethod - line 1059
for every rider - line 1121 - update the autorenewal card ky
line 1430 - check any unpaidOrRejectdPlanBillingRecords and delete if there is any.
Line 1450 - call applyPaymentPlan (m, false) - Line 1480 -
Line 1459 - line 1492 - getPaymentPlanBP().applyPaymentPlan(false, membership);
AutorenewalBean.java - Line 308 - posterbp.postInstallmentBatch(batchKy, _PAYMENT_PLAN_KY);
check message to see if the payment Batch was made successfully.
set ebilling membership eblling flag to N - Line 370
send letter - line 379
if first payment was rejected set all member's renewal method to "B" , and call ppBP.removeUnpaidOrRejectedBillingsAfterFirstRejection(membership);
if first payment went through, set member's renewal method to "P"
line 434, post zero dollar payment
line 486 - dbp.removePendingApplyDiscountRecords(membership, true);
line *490 - dbp.removeARRenewalDiscount(membership);
line 493 - abp.removeARPromotionFromAuditTable(membership);
line 496 - offerBp.removeOffers(membership, null, true);
AutoRenewalBean.java - Line 295 - call performNecessaryCharges
AutoRenewalBean.java - Line 526 - performNecessaryCharges - calculate the first payment amount - create batch header and batch payment - set the authorization nbr if it is there.