org.gsm.oneapi.responsebean.payment
Class AmountTransaction.PaymentAmount

java.lang.Object
  extended by org.gsm.oneapi.responsebean.payment.AmountTransaction.PaymentAmount
Enclosing class:
AmountTransaction

public static class AmountTransaction.PaymentAmount
extends java.lang.Object

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

AmountTransaction.PaymentAmount

public AmountTransaction.PaymentAmount()
Method Detail

getChargingInformation

public AmountTransaction.PaymentAmount.ChargingInformation getChargingInformation()
Returns:
the detail of the charge

getTotalAmountCharged

public java.lang.Double getTotalAmountCharged()
return the total amount to be charged to the end user


setChargingInformation

public void setChargingInformation(AmountTransaction.PaymentAmount.ChargingInformation chargingInformation)
set the detail of the charge


setTotalAmountCharged

public void setTotalAmountCharged(java.lang.Double totalAmountCharged)
set the total amount to be charged to the end user