|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gsm.oneapi.responsebean.payment.AmountReservationTransaction.PaymentAmount
public static class AmountReservationTransaction.PaymentAmount
the details of the actual payment are confirmed in the PaymentAmount inner class
Nested Class Summary | |
---|---|
static class |
AmountReservationTransaction.PaymentAmount.ChargingInformation
the details of the item being charged/ refunded |
Constructor Summary | |
---|---|
AmountReservationTransaction.PaymentAmount()
|
Method Summary | |
---|---|
java.lang.Double |
getAmountReserved()
return the amount currently reserved against the end user's account |
AmountReservationTransaction.PaymentAmount.ChargingInformation |
getChargingInformation()
|
java.lang.Double |
getTotalAmountCharged()
return the total amount to be charged to the end user |
void |
setAmountReserved(java.lang.Double amountReserved)
set the amount currently reserved against the end user's account |
void |
setChargingInformation(AmountReservationTransaction.PaymentAmount.ChargingInformation chargingInformation)
set the detail of the charge |
void |
setTotalAmountCharged(java.lang.Double totalAmountCharged)
set the total amount to be charged to the end user |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmountReservationTransaction.PaymentAmount()
Method Detail |
---|
public java.lang.Double getAmountReserved()
public AmountReservationTransaction.PaymentAmount.ChargingInformation getChargingInformation()
public java.lang.Double getTotalAmountCharged()
public void setAmountReserved(java.lang.Double amountReserved)
public void setChargingInformation(AmountReservationTransaction.PaymentAmount.ChargingInformation chargingInformation)
public void setTotalAmountCharged(java.lang.Double totalAmountCharged)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |