Package org.killbill.billing.catalog.api
Interface MigrationPlan
-
- All Superinterfaces:
CatalogEntity,Plan
public interface MigrationPlan extends Plan
-
-
Field Summary
Fields Modifier and Type Field Description static StringMIGRATION_PLAN_NAMEstatic StringMIGRATION_PLAN_PHASE_NAME
-
Method Summary
-
Methods inherited from interface org.killbill.billing.catalog.api.CatalogEntity
getName, getPrettyName
-
Methods inherited from interface org.killbill.billing.catalog.api.Plan
dateOfFirstRecurringNonZeroCharge, findPhase, getAllPhases, getCatalog, getEffectiveDateForExistingSubscriptions, getFinalPhase, getInitialPhaseIterator, getInitialPhases, getPlansAllowedInBundle, getPriceList, getProduct, getRecurringBillingMode, getRecurringBillingPeriod
-
-
-
-
Field Detail
-
MIGRATION_PLAN_NAME
static final String MIGRATION_PLAN_NAME
- See Also:
- Constant Field Values
-
MIGRATION_PLAN_PHASE_NAME
static final String MIGRATION_PLAN_PHASE_NAME
- See Also:
- Constant Field Values
-
-