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.Balance
Returns the BalanceMethods inherited from interface oracle.communication.brm.charging.messages.framework.Response
getOperation
Methods 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
-