Uses of Class
org.killbill.billing.catalog.api.PhaseType
-
Packages that use PhaseType Package Description org.killbill.billing.catalog.api org.killbill.billing.catalog.api.rules org.killbill.billing.entitlement.api -
-
Uses of PhaseType in org.killbill.billing.catalog.api
Methods in org.killbill.billing.catalog.api that return PhaseType Modifier and Type Method Description PhaseTypePlanPhase. getPhaseType()PhaseTypePlanPhaseSpecifier. getPhaseType()static PhaseTypePhaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static PhaseType[]PhaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.killbill.billing.catalog.api with parameters of type PhaseType Modifier and Type Method Description org.joda.time.DateTimePlan. dateOfFirstRecurringNonZeroCharge(org.joda.time.DateTime subscriptionStartDate, PhaseType intialPhaseType)Constructors in org.killbill.billing.catalog.api with parameters of type PhaseType Constructor Description PlanPhaseSpecifier(String productName, BillingPeriod billingPeriod, String priceListName, PhaseType phaseType)PlanPhaseSpecifier(String planName, PhaseType phaseType) -
Uses of PhaseType in org.killbill.billing.catalog.api.rules
Methods in org.killbill.billing.catalog.api.rules that return PhaseType Modifier and Type Method Description PhaseTypeCaseChange. getPhaseType()PhaseTypeCasePhase. getPhaseType() -
Uses of PhaseType in org.killbill.billing.entitlement.api
Methods in org.killbill.billing.entitlement.api that return PhaseType Modifier and Type Method Description PhaseTypeEntitlementAOStatusDryRun. getPhaseType()
-