Uses of Class
org.killbill.billing.client.model.gen.Phase
-
Packages that use Phase Package Description org.killbill.billing.client.api.gen org.killbill.billing.client.model.gen -
-
Uses of Phase in org.killbill.billing.client.api.gen
Methods in org.killbill.billing.client.api.gen that return Phase Modifier and Type Method Description PhaseCatalogApi. getPhaseForSubscriptionAndDate(UUID subscriptionId, org.joda.time.LocalDate requestedDate, RequestOptions inputOptions) -
Uses of Phase in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return Phase Modifier and Type Method Description PhasePhase. addFixedPricesItem(Price fixedPricesItem)PhasePhase. addPricesItem(Price pricesItem)PhasePhase. addUsagesItem(Usage usagesItem)PhasePhase. setDuration(Duration duration)PhasePhase. setFixedPrices(List<Price> fixedPrices)PhasePhase. setPrices(List<Price> prices)PhasePhase. setType(String type)PhasePhase. setUsages(List<Usage> usages)Methods in org.killbill.billing.client.model.gen that return types with arguments of type Phase Modifier and Type Method Description List<Phase>Plan. getPhases()Methods in org.killbill.billing.client.model.gen with parameters of type Phase Modifier and Type Method Description PlanPlan. addPhasesItem(Phase phasesItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type Phase Modifier and Type Method Description PlanPlan. setPhases(List<Phase> phases)Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type Phase Constructor Description Plan(String name, String prettyName, org.killbill.billing.catalog.api.BillingMode recurringBillingMode, org.killbill.billing.catalog.api.BillingPeriod billingPeriod, List<Phase> phases)
-