Interface GetReservationResponse
- All Superinterfaces:
Response<oracle.communication.brm.charging.messages.update.Update>,Serializable,oracle.communication.brm.charging.messages.update.UpdateResponse
public interface GetReservationResponse
extends oracle.communication.brm.charging.messages.update.UpdateResponse
Class which encapsulates the response for prepare to Get Reservation Response
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.communication.brm.charging.messages.update.UpdateResponse
oracle.communication.brm.charging.messages.update.UpdateResponse.ReasonCode, oracle.communication.brm.charging.messages.update.UpdateResponse.Status -
Method Summary
Modifier and TypeMethodDescriptionoracle.communication.brm.charging.balance.BalanceReturns the BalanceMethods inherited from interface oracle.communication.brm.charging.messages.framework.Response
getOperationMethods inherited from interface oracle.communication.brm.charging.messages.update.UpdateResponse
getErrorMsg, getMsgId, getOperationtype_asotimepoint_customerid_activeSessionid, getReasonCodes, getStatus
-
Method Details
-
getBalance
oracle.communication.brm.charging.balance.Balance getBalance()Returns the Balance- Returns:
- the Balance
-