public interface ISessionStopChargingOperation extends ISessionConfirmation, ISessionDefaultAttributeHolder, ISessionOperation
Java interface defines the necessary methods for managing the termination of a multiservice session during session-based charging operations,
for each charging session, you confirm
or cancel a reservation.
You trigger the stop operation by executing the object returned by the
createSessionStopOperation(..) method
in your charging client.
Note
You cannot initiate a new charging session.
Your charging client manages the current active charging sessions by calling:
prepareConfirm(..) method to confirm a reservation
prepareCancel(..) method to cancel a reservation
Note
In your integration code, you use this interface as result of the method:
| Sync. Comm. |
|---|
createSessionStopOperation(..)
|
ISessionDefaultAttributeHolder.TransactionSelectionCriteriaprepareCancel, prepareConfirmgetCleanUpResultType, getResultType, isFilterTransaction, setCleanUpResultType, setFilterTransaction, setResultTypeexecute