Uses of Interface
org.killbill.billing.catalog.api.PriceList
-
Packages that use PriceList Package Description org.killbill.billing.catalog.api org.killbill.billing.catalog.api.rules org.killbill.billing.entitlement.api -
-
Uses of PriceList in org.killbill.billing.catalog.api
Methods in org.killbill.billing.catalog.api that return PriceList Modifier and Type Method Description PriceListStaticCatalog. findPriceList(String name)PriceListPlanChangeResult. getNewPriceList()PriceListListing. getPriceList()PriceListPlan. getPriceList()Methods in org.killbill.billing.catalog.api that return types with arguments of type PriceList Modifier and Type Method Description List<PriceList>PriceListSet. getAllPriceLists()Methods in org.killbill.billing.catalog.api with parameters of type PriceList Modifier and Type Method Description voidMutableStaticCatalog. addPriceList(PriceList priceList)Constructors in org.killbill.billing.catalog.api with parameters of type PriceList Constructor Description PlanChangeResult(PriceList newPriceList, BillingActionPolicy policy, PlanAlignmentChange alignment) -
Uses of PriceList in org.killbill.billing.catalog.api.rules
Methods in org.killbill.billing.catalog.api.rules that return PriceList Modifier and Type Method Description PriceListCasePriceList. getDestinationPriceList()PriceListCaseChange. getFromPriceList()PriceListCase. getPriceList()PriceListCaseChange. getToPriceList() -
Uses of PriceList in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return PriceList Modifier and Type Method Description PriceListEntitlement. getLastActivePriceList()PriceListSubscriptionEvent. getNextPriceList()PriceListSubscriptionEvent. getPrevPriceList()
-