public static interface BalanceUpdateRequest.BalanceItemImpactDetails
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
long |
getBalanceItemId()
Method to get the Balance Item Id.
|
java.lang.String |
getBeCode()
Method to get the Balance Element code.
|
oracle.communication.brm.charging.config.consumptionrule.ConsumptionRule |
getConsumptionRule()
Gets the ConsumptionRule
|
java.lang.String |
getCreditProfileId()
Gets creditProfile id for BalanceItemDetails
|
java.time.ZonedDateTime |
getFirstUsageCreatedTime()
Gets the created time for first usage items
|
oracle.communication.brm.charging.config.balance.Granter |
getGranterDetails()
Getter for GranterDetails
|
UnitValue |
getImpactAmount()
Method to get the Impact amount.
|
java.lang.String |
getOfferingId()
Method to get the Offering ID
|
Range |
getPeriod()
Method to get the validity period Range.
|
java.lang.String |
getValidityRule()
Method to get the validity rule string.
|
long getBalanceItemId()
java.lang.String getBeCode()
UnitValue getImpactAmount()
Range getPeriod()
java.lang.String getValidityRule()
java.lang.String getOfferingId()
oracle.communication.brm.charging.config.balance.Granter getGranterDetails()
oracle.communication.brm.charging.config.consumptionrule.ConsumptionRule getConsumptionRule()
java.lang.String getCreditProfileId()
java.time.ZonedDateTime getFirstUsageCreatedTime()