Class PARRefund

java.lang.Object
com.portal.app.cc.comp.PARRefund

public class PARRefund extends Object
PARRefund class is for the end user to do Account/Bill refund. Not much UI involved, so placed in CustomerCenterBase package The client of this class is recommended/forced to use the static function "refund".
Version:
%version: 4.1.4 % %date_modified: Tue Oct 16 20:07:05 2001 %
Author:
simonw
  • Constructor Details

    • PARRefund

      public PARRefund()
  • Method Details

    • refund

      public void refund(PModelHandle mh)
      refund function
      Parameters:
      mh - a PModelHandle containing Account/Bill to refund
    • getRefundAmount

      public BigDecimal getRefundAmount(PModelHandle mh)
      gets the refund amount by calling opcode in calc_only mode
      Parameters:
      mh -
      Returns:
      refund amount