Uses of Class
org.killbill.billing.client.model.gen.PriceList
-
Packages that use PriceList Package Description org.killbill.billing.client.api.gen org.killbill.billing.client.model.gen -
-
Uses of PriceList in org.killbill.billing.client.api.gen
Methods in org.killbill.billing.client.api.gen that return PriceList Modifier and Type Method Description PriceListCatalogApi. getPriceListForSubscriptionAndDate(UUID subscriptionId, org.joda.time.LocalDate requestedDate, RequestOptions inputOptions) -
Uses of PriceList in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return PriceList Modifier and Type Method Description PriceListPriceList. addPlansItem(String plansItem)PriceListPriceList. setName(String name)PriceListPriceList. setPlans(List<String> plans)Methods in org.killbill.billing.client.model.gen that return types with arguments of type PriceList Modifier and Type Method Description List<PriceList>Catalog. getPriceLists()Methods in org.killbill.billing.client.model.gen with parameters of type PriceList Modifier and Type Method Description CatalogCatalog. addPriceListsItem(PriceList priceListsItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type PriceList Modifier and Type Method Description CatalogCatalog. setPriceLists(List<PriceList> priceLists)
-