Uses of Class
org.killbill.billing.client.model.gen.BlockPrice
-
Packages that use BlockPrice Package Description org.killbill.billing.client.model.gen -
-
Uses of BlockPrice in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return BlockPrice Modifier and Type Method Description BlockPriceBlockPrice. setMax(BigDecimal max)BlockPriceBlockPrice. setPrice(BigDecimal price)BlockPriceBlockPrice. setSize(BigDecimal size)BlockPriceBlockPrice. setUnitName(String unitName)Methods in org.killbill.billing.client.model.gen that return types with arguments of type BlockPrice Modifier and Type Method Description List<BlockPrice>TierPrice. getBlockPrices()Methods in org.killbill.billing.client.model.gen with parameters of type BlockPrice Modifier and Type Method Description TierPriceTierPrice. addBlockPricesItem(BlockPrice blockPricesItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type BlockPrice Modifier and Type Method Description TierPriceTierPrice. setBlockPrices(List<BlockPrice> blockPrices)Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type BlockPrice Constructor Description TierPrice(List<BlockPrice> blockPrices)
-