Skip to content

Instantly share code, notes, and snippets.

@mgenov
Created May 3, 2011 12:22
Show Gist options
  • Save mgenov/953233 to your computer and use it in GitHub Desktop.
Save mgenov/953233 to your computer and use it in GitHub Desktop.
Applying value added services
log.info("Generate bills for " + billsCount + " months.");
log.info("Expiration date: " + expireDate);
List<BillEntity> bills = planner.getNextBills(services, lastBill, billsCount, paymentDay, expireDate, installationTax);
filterEmptyCharges(bills);
/**
* Apply value added services over generated bills.
*/
vasManager.applyValueAddedServices(contract, bills);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment