| Package | Description |
|---|---|
| org.killbill.billing.catalog.api | |
| org.killbill.billing.entitlement.api | |
| org.killbill.billing.invoice.api |
| Modifier and Type | Method and Description |
|---|---|
PlanPhaseSpecifier |
PlanPhasePriceOverride.getPlanPhaseSpecifier() |
| Constructor and Description |
|---|
IllegalPlanChange(PlanPhaseSpecifier from,
PlanSpecifier to) |
IllegalPlanChange(Throwable cause,
PlanPhaseSpecifier from,
PlanSpecifier to) |
PlanSpecifier(PlanPhaseSpecifier planPhase) |
| Modifier and Type | Method and Description |
|---|---|
PlanPhaseSpecifier |
EntitlementSpecifier.getPlanPhaseSpecifier() |
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
EntitlementApi.addEntitlement(UUID bundleId,
PlanPhaseSpecifier spec,
List<PlanPhasePriceOverride> overrides,
org.joda.time.LocalDate entitlementEffectiveDate,
org.joda.time.LocalDate billingEffectiveDate,
boolean isMigrated,
Iterable<PluginProperty> properties,
CallContext context)
Adds an ADD_ON entitlement to previously created entitlement.
|
Entitlement |
EntitlementApi.createBaseEntitlement(UUID accountId,
PlanPhaseSpecifier spec,
String externalKey,
List<PlanPhasePriceOverride> overrides,
org.joda.time.LocalDate entitlementEffectiveDate,
org.joda.time.LocalDate billingEffectiveDate,
boolean isMigrated,
Iterable<PluginProperty> properties,
CallContext context)
Create a new entitlement for that account.
|
| Modifier and Type | Method and Description |
|---|---|
PlanPhaseSpecifier |
DryRunArguments.getPlanPhaseSpecifier() |
Copyright © 2010-2016. All Rights Reserved.