|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.dtt.ca.response.ResponseEvent
it.dtt.ca.response.SuccessResponseEvent
it.dtt.ca.response.RcRechargeResponse
public class RcRechargeResponse
When a credit recharge via return channel has been successfully carried out an object of this class is returned and the credit that has been recharged can be retrieved.
Constructor Summary | |
---|---|
RcRechargeResponse(CARequest request,
Money amount,
Wallet wallet)
Constructs OfferedProductsResponseEvent. |
Method Summary | |
---|---|
Money |
getRechargeValue()
Get the amount of credit that has been recharged. |
Wallet |
getWallet()
Get the wallet on which the recharge amount has been credited. |
Methods inherited from class it.dtt.ca.response.ResponseEvent |
---|
getRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RcRechargeResponse(CARequest request, Money amount, Wallet wallet)
request
- the CARequest object, that generated this response.amount
- the amount that was recharged.wallet
- the wallet used in the transaction.Method Detail |
---|
public Money getRechargeValue()
public Wallet getWallet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |