| 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 |
PlanSpecifier.getBillingPeriod() |
BillingPeriod |
PlanPhaseSpecifier.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 |
|---|---|
Plan |
StaticCatalog.createOrFindCurrentPlan(String productName,
BillingPeriod billingPeriod,
String priceList,
PlanPhasePriceOverridesWithCallContext overrides) |
Plan |
Catalog.createOrFindPlan(String productName,
BillingPeriod billingPeriod,
String priceListName,
PlanPhasePriceOverridesWithCallContext overrides,
org.joda.time.DateTime requestedDate) |
Plan |
Catalog.createOrFindPlan(String productName,
BillingPeriod billingPeriod,
String priceListName,
PlanPhasePriceOverridesWithCallContext overrides,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime subscriptionStartDate) |
Plan |
PriceList.findPlan(Product product,
BillingPeriod period) |
Plan |
PriceListSet.getPlanListFrom(String priceListName,
Product product,
BillingPeriod period) |
| 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 |
|---|---|
BillingPeriod |
Case.getBillingPeriod() |
BillingPeriod |
CaseChange.getFromBillingPeriod() |
BillingPeriod |
CaseChange.getToBillingPeriod() |
| Modifier and Type | Method and Description |
|---|---|
BillingPeriod |
EntitlementAOStatusDryRun.getBillingPeriod() |
BillingPeriod |
SubscriptionEvent.getNextBillingPeriod() |
BillingPeriod |
SubscriptionEvent.getPrevBillingPeriod() |
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
Entitlement.changePlan(String productName,
BillingPeriod billingPeriod,
String priceList,
List<PlanPhasePriceOverride> overrides,
Iterable<PluginProperty> properties,
CallContext context)
Change
Entitlement plan using default policy. |
Entitlement |
Entitlement.changePlanOverrideBillingPolicy(String productName,
BillingPeriod billingPeriod,
String priceList,
List<PlanPhasePriceOverride> overrides,
org.joda.time.LocalDate effectiveDate,
BillingActionPolicy billingPolicy,
Iterable<PluginProperty> properties,
CallContext context)
Change
Entitlement plan at the specified date and overrides the billing policy. |
Entitlement |
Entitlement.changePlanWithDate(String productName,
BillingPeriod billingPeriod,
String priceList,
List<PlanPhasePriceOverride> overrides,
org.joda.time.LocalDate effectiveDate,
Iterable<PluginProperty> properties,
CallContext context)
Change
Entitlement plan at the specified date. |
Copyright © 2010-2016. All Rights Reserved.