applyRules method

dynamic applyRules()

Implementation

applyRules() {
  switch (servicer.id) {
    case ServicerID.GREAT_LAKES:
      return _applyGreatLakesRules();
    case ServicerID.EARNEST:
      return _applyEarnestRules();
  }
}