Uses of Interface
org.killbill.billing.catalog.api.Plan
-
Packages that use Plan Package Description org.killbill.billing.catalog.api org.killbill.billing.entitlement.api -
-
Uses of Plan in org.killbill.billing.catalog.api
Subinterfaces of Plan in org.killbill.billing.catalog.api Modifier and Type Interface Description interfaceMigrationPlanMethods in org.killbill.billing.catalog.api that return Plan Modifier and Type Method Description PlanStaticCatalog. createOrFindPlan(PlanSpecifier spec, PlanPhasePriceOverridesWithCallContext overrides)PlanStaticCatalog. findPlan(String name)PlanListing. getPlan()Methods in org.killbill.billing.catalog.api that return types with arguments of type Plan Modifier and Type Method Description Collection<Plan>PriceList. findPlans(Product product, BillingPeriod period)Collection<Plan>PriceList. getPlans()Collection<Plan>StaticCatalog. getPlans()Methods in org.killbill.billing.catalog.api with parameters of type Plan Modifier and Type Method Description voidMutableStaticCatalog. addPlan(Plan plan) -
Uses of Plan in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return Plan Modifier and Type Method Description PlanEntitlement. getLastActivePlan()PlanSubscriptionEvent. getNextPlan()PlanSubscriptionEvent. getPrevPlan()
-