Package com.portal.app.cc.comp
Class PARRefund
java.lang.Object
com.portal.app.cc.comp.PARRefund
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongets the refund amount by calling opcode in calc_only modevoid
refund
(PModelHandle mh) refund function
-
Constructor Details
-
PARRefund
public PARRefund()
-
-
Method Details
-
refund
refund function- Parameters:
mh
- aPModelHandle
containing Account/Bill to refund
-
getRefundAmount
gets the refund amount by calling opcode in calc_only mode- Parameters:
mh
-- Returns:
- refund amount
-