public interface PARRefundBean extends Remote
PARRefund
class.Modifier and Type | Method and Description |
---|---|
String |
getAcctOrBillNo() |
BigDecimal |
getRefundAmount(String program) |
String |
refund(String program) |
void |
setModelHandleAndLevel(PModelHandle mh,
String level)
Sets model handle to the controller, and sets the refund level; shall be
the first function to call before all other three functions.
|
BigDecimal getRefundAmount(String program) throws RemoteException
RemoteException
String refund(String program) throws RemoteException
RemoteException
void setModelHandleAndLevel(PModelHandle mh, String level) throws RemoteException
mh
- /account or /bill object to refundlevel
- refund level, "account" or "bill"RemoteException
- if an error occursString getAcctOrBillNo() throws RemoteException
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.