| Package | Description |
|---|---|
| org.killbill.billing.catalog.api | |
| org.killbill.billing.catalog.api.rules | |
| org.killbill.billing.entitlement.api |
| Modifier and Type | Method and Description |
|---|---|
ProductCategory |
Product.getCategory() |
ProductCategory |
PlanSpecifier.getProductCategory() |
ProductCategory |
PlanPhaseSpecifier.getProductCategory() |
static ProductCategory |
ProductCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCategory[] |
ProductCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PlanPhaseSpecifier(String productName,
ProductCategory productCategory,
BillingPeriod billingPeriod,
String priceListName,
PhaseType phaseType) |
PlanSpecifier(String productName,
ProductCategory productCategory,
BillingPeriod billingPeriod,
String priceListName) |
| Modifier and Type | Method and Description |
|---|---|
ProductCategory |
CaseChange.getFromProductCategory() |
ProductCategory |
Case.getProductCategory() |
ProductCategory |
CaseChange.getToProductCategory() |
| Modifier and Type | Method and Description |
|---|---|
ProductCategory |
Entitlement.getLastActiveProductCategory() |
Copyright © 2010-2016. All Rights Reserved.