Uses of Class
org.killbill.billing.client.model.gen.TierPrice
-
Packages that use TierPrice Package Description org.killbill.billing.client.model.gen -
-
Uses of TierPrice in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return TierPrice Modifier and Type Method Description TierPriceTierPrice. addBlockPricesItem(BlockPrice blockPricesItem)TierPriceTierPrice. setBlockPrices(List<BlockPrice> blockPrices)Methods in org.killbill.billing.client.model.gen that return types with arguments of type TierPrice Modifier and Type Method Description List<TierPrice>UsagePrice. getTierPrices()Methods in org.killbill.billing.client.model.gen with parameters of type TierPrice Modifier and Type Method Description UsagePriceUsagePrice. addTierPricesItem(TierPrice tierPricesItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type TierPrice Modifier and Type Method Description UsagePriceUsagePrice. setTierPrices(List<TierPrice> tierPrices)Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type TierPrice Constructor Description UsagePrice(String usageName, org.killbill.billing.catalog.api.UsageType usageType, org.killbill.billing.catalog.api.BillingMode billingMode, org.killbill.billing.catalog.api.TierBlockPolicy tierBlockPolicy, List<TierPrice> tierPrices)
-