Package org.killbill.billing.catalog.api
Interface PlanPhasePriceOverridesWithCallContext
-
public interface PlanPhasePriceOverridesWithCallContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallContextgetCallContext()List<PlanPhasePriceOverride>getOverrides()
-
-
-
Method Detail
-
getOverrides
List<PlanPhasePriceOverride> getOverrides()
- Returns:
- the price override definition for the plan
-
getCallContext
CallContext getCallContext()
- Returns:
- the context associated with the call
-
-