public interface ReservationRequest extends UpdateRequest
UpdateRequest.ChargeSharing
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBucketId()
This holds the Balance Group ID.
|
java.lang.String |
getProductId()
This holds the productID.
|
java.lang.String |
getProductType()
This holds the PRODUCT TYPE against which the reservation is created.
|
oracle.communication.brm.charging.util.misc.Quadruple<java.lang.String,java.lang.String,java.lang.String,java.lang.String> |
getRelatedParty() |
java.time.ZonedDateTime |
getRequestedDate()
This holds the START time at which the reservation is created.
|
java.lang.String |
getRequester()
This holds the Requestor which is actually CustomerID.
|
java.lang.String |
getUserIdentity()
This holds the SESSION ID against which which we need to create reservation.
|
getBusinessEvent, getCustomerId, getCustomerIds, getEventDateTime, getMsgId, getTraced, isAsynchronous, isChargeSharing, isTransactional, revisionCheck, setAsynchronous, setCustomerId, setTraced, setTransactional
getOperation, getPayload, getStatus
java.lang.String getProductId()
java.lang.String getBucketId()
oracle.communication.brm.charging.util.misc.Quadruple<java.lang.String,java.lang.String,java.lang.String,java.lang.String> getRelatedParty()
java.lang.String getUserIdentity()
getUserIdentity
in interface UpdateRequest
java.time.ZonedDateTime getRequestedDate()
java.lang.String getProductType()
java.lang.String getRequester()