Interface BalanceQueryRequest
- All Superinterfaces:
QueryRequest
,Request<Query>
,Serializable
,TemporalObject
Interface for Balance Query Request
-
Method Summary
Methods inherited from interface oracle.communication.brm.charging.messages.query.QueryRequest
getOperationType, getProductType, getRequestDateTime, getUserIdentity, isWellFormed
Methods inherited from interface oracle.communication.brm.charging.messages.framework.Request
getOperation, getPayload, getStatus
Methods inherited from interface oracle.communication.brm.charging.messages.framework.TemporalObject
getCreationInstant
-
Method Details
-
getMode
BalanceQueryMode getMode()- Returns:
- the mode of query. The possible values are SUMMARY, DETAILED
-
getBalanceId
String getBalanceId()- Returns:
- balance Id
-