public interface CreateReservationRequest extends ReservationRequest
UpdateRequest.ChargeSharing
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannel() |
java.time.ZonedDateTime |
getConfirmationDate()
This holds the START time at which the reservation is created.
|
java.lang.String |
getRequester()
This holds the Requestor which is actually CustomerID.
|
oracle.communication.brm.charging.util.misc.Pair<java.lang.Integer,java.lang.Long> |
getReservedValue()
This holds a pair which contains BalanceItemId and Reservation Amount
|
Range |
getValidFor()
This holds the START and END time at which the reservation is created/updated.
|
getBucketId, getProductId, getProductType, getRelatedParty, getRequestedDate, getUserIdentity
getBusinessEvent, getCustomerId, getCustomerIds, getEventDateTime, getMsgId, getTraced, isAsynchronous, isChargeSharing, isTransactional, revisionCheck, setAsynchronous, setCustomerId, setTraced, setTransactional
getOperation, getPayload, getStatus
oracle.communication.brm.charging.util.misc.Pair<java.lang.Integer,java.lang.Long> getReservedValue()
Range getValidFor()
java.time.ZonedDateTime getConfirmationDate()
java.lang.String getChannel()
java.lang.String getRequester()
ReservationRequest
getRequester
in interface ReservationRequest