| Package | Description |
|---|---|
| org.killbill.billing.catalog.api | |
| org.killbill.billing.catalog.api.rules | |
| org.killbill.billing.entitlement.api |
| Modifier and Type | Method and Description |
|---|---|
BillingPeriod |
SimplePlanDescriptor.getBillingPeriod() |
BillingPeriod |
PlanSpecifier.getBillingPeriod() |
BillingPeriod |
Recurring.getBillingPeriod() |
BillingPeriod |
Usage.getBillingPeriod() |
BillingPeriod |
Plan.getRecurringBillingPeriod() |
static BillingPeriod |
BillingPeriod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BillingPeriod[] |
BillingPeriod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Plan> |
PriceList.findPlans(Product product,
BillingPeriod period) |
| Constructor and Description |
|---|
PlanPhaseSpecifier(String productName,
BillingPeriod billingPeriod,
String priceListName,
PhaseType phaseType) |
PlanSpecifier(String productName,
BillingPeriod billingPeriod,
String priceListName) |
| Modifier and Type | Method and Description |
|---|---|
BillingPeriod |
Case.getBillingPeriod() |
BillingPeriod |
CaseChange.getFromBillingPeriod() |
BillingPeriod |
CaseChange.getToBillingPeriod() |
| Modifier and Type | Method and Description |
|---|---|
BillingPeriod |
EntitlementAOStatusDryRun.getBillingPeriod() |
BillingPeriod |
SubscriptionEvent.getNextBillingPeriod() |
BillingPeriod |
SubscriptionEvent.getPrevBillingPeriod() |
Copyright © 2010-2017. All Rights Reserved.