Interface GranterView
public interface GranterView
Interface Representing the granter of a Balance Item
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Enumeration of possible values for a granter type. -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getGranterId
String getGranterId()- Returns:
- The granter Id.
-
getGranterType
GranterView.Type getGranterType()- Returns:
- The granter Type.
-
getBrmGranterType
String getBrmGranterType()- Returns:
- the brm granter type eg. /purchased_product, /discount etc
-