Uses of Class
org.killbill.billing.client.model.gen.PhasePrice
-
Packages that use PhasePrice Package Description org.killbill.billing.client.model.gen -
-
Uses of PhasePrice in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return PhasePrice Modifier and Type Method Description PhasePricePhasePrice. addUsagePricesItem(UsagePrice usagePricesItem)PhasePricePhasePrice. setFixedPrice(BigDecimal fixedPrice)PhasePricePhasePrice. setPhaseName(String phaseName)PhasePricePhasePrice. setPhaseType(String phaseType)PhasePricePhasePrice. setPlanName(String planName)PhasePricePhasePrice. setRecurringPrice(BigDecimal recurringPrice)PhasePricePhasePrice. setUsagePrices(List<UsagePrice> usagePrices)Methods in org.killbill.billing.client.model.gen that return types with arguments of type PhasePrice Modifier and Type Method Description List<PhasePrice>InvoiceDryRun. getPriceOverrides()List<PhasePrice>Subscription. getPriceOverrides()List<PhasePrice>Subscription. getPrices()Methods in org.killbill.billing.client.model.gen with parameters of type PhasePrice Modifier and Type Method Description InvoiceDryRunInvoiceDryRun. addPriceOverridesItem(PhasePrice priceOverridesItem)SubscriptionSubscription. addPriceOverridesItem(PhasePrice priceOverridesItem)SubscriptionSubscription. addPricesItem(PhasePrice pricesItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type PhasePrice Modifier and Type Method Description InvoiceDryRunInvoiceDryRun. setPriceOverrides(List<PhasePrice> priceOverrides)SubscriptionSubscription. setPriceOverrides(List<PhasePrice> priceOverrides)SubscriptionSubscription. setPrices(List<PhasePrice> prices)Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type PhasePrice Constructor Description InvoiceDryRun(org.killbill.billing.invoice.api.DryRunType dryRunType, org.killbill.billing.entitlement.api.SubscriptionEventType dryRunAction, org.killbill.billing.catalog.api.PhaseType phaseType, String productName, org.killbill.billing.catalog.api.ProductCategory productCategory, org.killbill.billing.catalog.api.BillingPeriod billingPeriod, String priceListName, UUID subscriptionId, UUID bundleId, org.joda.time.LocalDate effectiveDate, org.killbill.billing.catalog.api.BillingActionPolicy billingPolicy, List<PhasePrice> priceOverrides, String planName)
-