| Package | Description |
|---|---|
| org.killbill.billing.catalog.api | |
| org.killbill.billing.entitlement.api |
| Modifier and Type | Class and Description |
|---|---|
class |
PlanPhaseSpecifier
The class
PlanPhaseSpecifier specifies the attributes of a PlanPhase |
| Constructor and Description |
|---|
IllegalPlanChange(PlanPhaseSpecifier from,
PlanSpecifier to) |
IllegalPlanChange(Throwable cause,
PlanPhaseSpecifier from,
PlanSpecifier to) |
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
Entitlement.changePlan(PlanSpecifier spec,
List<PlanPhasePriceOverride> overrides,
Iterable<PluginProperty> properties,
CallContext context)
Change
Entitlement plan using default policy. |
Entitlement |
Entitlement.changePlanOverrideBillingPolicy(PlanSpecifier spec,
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(PlanSpecifier spec,
List<PlanPhasePriceOverride> overrides,
org.joda.time.LocalDate effectiveDate,
Iterable<PluginProperty> properties,
CallContext context)
Change
Entitlement plan at the specified date. |
Copyright © 2010-2017. All Rights Reserved.