Uses of Class
org.killbill.billing.catalog.api.PlanPhaseSpecifier
-
Packages that use PlanPhaseSpecifier Package Description org.killbill.billing.catalog.api org.killbill.billing.catalog.api.rules org.killbill.billing.entitlement.api -
-
Uses of PlanPhaseSpecifier in org.killbill.billing.catalog.api
Methods in org.killbill.billing.catalog.api that return PlanPhaseSpecifier Modifier and Type Method Description PlanPhaseSpecifierPlanPhasePriceOverride. getPlanPhaseSpecifier()Constructors in org.killbill.billing.catalog.api with parameters of type PlanPhaseSpecifier Constructor Description IllegalPlanChange(Throwable cause, PlanPhaseSpecifier from, PlanSpecifier to)IllegalPlanChange(PlanPhaseSpecifier from, PlanSpecifier to)PlanSpecifier(PlanPhaseSpecifier planPhase) -
Uses of PlanPhaseSpecifier in org.killbill.billing.catalog.api.rules
Methods in org.killbill.billing.catalog.api.rules with parameters of type PlanPhaseSpecifier Modifier and Type Method Description BillingAlignmentPlanRules. getBillingAlignment(PlanPhaseSpecifier planPhase)BillingActionPolicyPlanRules. getPlanCancelPolicy(PlanPhaseSpecifier planPhase)PlanChangeResultPlanRules. getPlanChangeResult(PlanPhaseSpecifier from, PlanSpecifier to) -
Uses of PlanPhaseSpecifier in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return PlanPhaseSpecifier Modifier and Type Method Description PlanPhaseSpecifierEntitlementSpecifier. getPlanPhaseSpecifier()
-