Uses of Class
org.killbill.billing.client.model.gen.Price
-
Packages that use Price Package Description org.killbill.billing.client.model.gen -
-
Uses of Price in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return Price Modifier and Type Method Description PricePrice. setCurrency(org.killbill.billing.catalog.api.Currency currency)PricePrice. setValue(BigDecimal value)Methods in org.killbill.billing.client.model.gen that return types with arguments of type Price Modifier and Type Method Description List<Price>PlanDetail. getFinalPhaseRecurringPrice()List<Price>Tier. getFixedPrice()List<Price>Phase. getFixedPrices()List<Price>Phase. getPrices()List<Price>TieredBlock. getPrices()List<Price>Tier. getRecurringPrice()Methods in org.killbill.billing.client.model.gen with parameters of type Price Modifier and Type Method Description PlanDetailPlanDetail. addFinalPhaseRecurringPriceItem(Price finalPhaseRecurringPriceItem)TierTier. addFixedPriceItem(Price fixedPriceItem)PhasePhase. addFixedPricesItem(Price fixedPricesItem)PhasePhase. addPricesItem(Price pricesItem)TieredBlockTieredBlock. addPricesItem(Price pricesItem)TierTier. addRecurringPriceItem(Price recurringPriceItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type Price Modifier and Type Method Description PlanDetailPlanDetail. setFinalPhaseRecurringPrice(List<Price> finalPhaseRecurringPrice)TierTier. setFixedPrice(List<Price> fixedPrice)PhasePhase. setFixedPrices(List<Price> fixedPrices)PhasePhase. setPrices(List<Price> prices)TieredBlockTieredBlock. setPrices(List<Price> prices)TierTier. setRecurringPrice(List<Price> recurringPrice)Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type Price Constructor Description Phase(String type, List<Price> prices, List<Price> fixedPrices, Duration duration, List<Usage> usages)PlanDetail(String product, String plan, String priceList, org.killbill.billing.catalog.api.BillingPeriod finalPhaseBillingPeriod, List<Price> finalPhaseRecurringPrice)TieredBlock(String unit, String size, String max, List<Price> prices)
-