Interface BalanceQueryResponse

All Superinterfaces:
QueryResponse, Response<Query>, Serializable, WithExtendedFields

public interface BalanceQueryResponse extends QueryResponse, WithExtendedFields
Interface representing Balance Query Response.
  • Method Details

    • getBalanceDetails

      Method returns the Balance Detail Map Key - Balance Element Code eg. USD
      Returns:
      Map of BalanceDetails
    • getSummary

      Map<String,oracle.communication.brm.charging.util.misc.Pair<Integer,UnitValue>> getSummary()
      Method to return the summary of balance query along with balance element numeric Id. Key - Balance Element Code eg.. USD Value - Pair of balance element numeric id eg. 840 and balance in UnitValue for the given resource.
      Returns: