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

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

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

Methods in org.csapi.jr.se.cs that throw InvalidUserException
 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.