Uses of Class
org.csapi.jr.se.cs.InvalidAccountException

Packages that use InvalidAccountException
org.csapi.jr.se.cs Contains the Parlay Charging Service data type classes and interfaces. 
 

Uses of InvalidAccountException in org.csapi.jr.se.cs
 

Methods in org.csapi.jr.se.cs that throw InvalidAccountException
 org.csapi.jr.se.cs.ChargingSession ChargingManager.createChargingSession(java.lang.String sessionDescription, org.csapi.jr.se.cs.MerchantAccountID merchantAccount, org.csapi.jr.se.Address user, org.csapi.jr.se.cs.CorrelationID correlationID)
          Invokes the createChargingSession() method on the Parlay Gateway and returns a reference to a transient interface.
 org.csapi.jr.se.cs.ChargingSession ChargingManager.createSplitChargingSession(java.lang.String sessionDescription, org.csapi.jr.se.cs.MerchantAccountID merchantAccount, org.csapi.jr.se.Address[] users, org.csapi.jr.se.cs.CorrelationID correlationID)
          Invokes the createSplitChargingSession() method on the Parlay Gateway and returns a reference to a transient interface.