Package org.killbill.billing.catalog.api
Interface PriceList
-
- All Superinterfaces:
CatalogEntity
public interface PriceList extends CatalogEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Plan>findPlans(Product product, BillingPeriod period)StaticCataloggetCatalog()Collection<Plan>getPlans()-
Methods inherited from interface org.killbill.billing.catalog.api.CatalogEntity
getName, getPrettyName
-
-
-
-
Method Detail
-
getCatalog
StaticCatalog getCatalog()
-
findPlans
Collection<Plan> findPlans(Product product, BillingPeriod period)
-
getPlans
Collection<Plan> getPlans()
-
-