public static interface CustomerUpdateRequest.BalanceItemDetails
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getBalanceAmount()
Gets balance amount for BalanceItemDetails
|
java.lang.String |
getBalanceElementId()
Gets balance element id for BalanceItemDetails
|
long |
getBalanceItemId()
Gets the BalanceItemId
|
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 first usage balance item creation time
|
oracle.communication.brm.charging.config.balance.Granter |
getGranter()
Gets the GranterObject
|
java.lang.Double |
getOriginalBalance()
Gets original balance BalanceItemDetails
|
java.lang.String |
getRolloverData()
Method to get the rolloverData .
|
java.lang.String |
getType()
Gets type
|
Range |
getValidity()
Gets the Validity
|
java.lang.String |
getValidityRule()
Gets the validityRule
|
java.lang.Boolean |
isRenewable()
Method to get the isRenewable data.
|
java.lang.String getBalanceElementId()
java.lang.Double getBalanceAmount()
java.lang.String getCreditProfileId()
long getBalanceItemId()
oracle.communication.brm.charging.config.consumptionrule.ConsumptionRule getConsumptionRule()
Range getValidity()
java.lang.String getValidityRule()
oracle.communication.brm.charging.config.balance.Granter getGranter()
java.time.ZonedDateTime getFirstUsageCreatedTime()
java.lang.Double getOriginalBalance()
java.lang.String getType()
java.lang.Boolean isRenewable()
java.lang.String getRolloverData()