|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gsm.oneapi.responsebean.payment.AmountTransaction.PaymentAmount
public static class AmountTransaction.PaymentAmount
the details of the actual payment are confirmed in the PaymentAmount inner class
Nested Class Summary | |
---|---|
static class |
AmountTransaction.PaymentAmount.ChargingInformation
the details of the item being charged/ refunded |
Constructor Summary | |
---|---|
AmountTransaction.PaymentAmount()
|
Method Summary | |
---|---|
AmountTransaction.PaymentAmount.ChargingInformation |
getChargingInformation()
|
java.lang.Double |
getTotalAmountCharged()
return the total amount to be charged to the end user |
void |
setChargingInformation(AmountTransaction.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 AmountTransaction.PaymentAmount()
Method Detail |
---|
public AmountTransaction.PaymentAmount.ChargingInformation getChargingInformation()
public java.lang.Double getTotalAmountCharged()
public void setChargingInformation(AmountTransaction.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 |