Interface RemainingBalanceContainer
- All Superinterfaces:
Serializable
Interface for AOC charge block
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getPublicIdentifier
String getPublicIdentifier()- Returns:
- the customer id of the impacted customer
-
getRemainingBalance
Collection<RemainingBalance> getRemainingBalance()- Returns:
- the Collection of RemainingBalance associated.
-