public interface ISessionOperationResult
Java interface defines the result of a session-based charging operation.
This result contains an ordered list of result items. The result items are listed in the same order as
the request items (reservation,
confirmation and reservation, confirmation and cancellation) provided in the related session-based charging operation.| Modifier and Type | Method and Description |
|---|---|
java.util.List<Money> |
getAccumulatedAmountList()
Gets the list of charged amounts accumulated during a session-based charging.
|
java.util.List<TransactionSet> |
getCleanUpTransactionSets()
Returns the list of the
TransactionSet of the cleanup result. |
java.util.List<ISessionOperationItemResult> |
getSessionOperationItemResults()
Returns the list of the
ISessionOperationItemResult. |
java.util.List<ISessionOperationItemResult> getSessionOperationItemResults()
ISessionOperationItemResult. The results are listed in the exact same order as the provided request items.ISessionOperationItemResultjava.util.List<Money> getAccumulatedAmountList()
java.util.List<TransactionSet> getCleanUpTransactionSets()
TransactionSet of the cleanup result.TransactionSet of the cleanup result