Uses of Class
org.killbill.billing.catalog.api.PlanSpecifier
-
Packages that use PlanSpecifier Package Description org.killbill.billing.catalog.api org.killbill.billing.catalog.api.rules -
-
Uses of PlanSpecifier in org.killbill.billing.catalog.api
Subclasses of PlanSpecifier in org.killbill.billing.catalog.api Modifier and Type Class Description classPlanPhaseSpecifierThe classPlanPhaseSpecifierspecifies the attributes of aPlanPhaseMethods in org.killbill.billing.catalog.api with parameters of type PlanSpecifier Modifier and Type Method Description PlanStaticCatalog. createOrFindPlan(PlanSpecifier spec, PlanPhasePriceOverridesWithCallContext overrides)Constructors in org.killbill.billing.catalog.api with parameters of type PlanSpecifier Constructor Description IllegalPlanChange(Throwable cause, PlanPhaseSpecifier from, PlanSpecifier to)IllegalPlanChange(PlanPhaseSpecifier from, PlanSpecifier to) -
Uses of PlanSpecifier in org.killbill.billing.catalog.api.rules
Methods in org.killbill.billing.catalog.api.rules with parameters of type PlanSpecifier Modifier and Type Method Description PlanChangeResultPlanRules. getPlanChangeResult(PlanPhaseSpecifier from, PlanSpecifier to)PlanAlignmentCreatePlanRules. getPlanCreateAlignment(PlanSpecifier specifier)
-