Package org.killbill.billing.catalog.api
Interface TieredBlockPriceOverride
-
- All Superinterfaces:
BlockPriceOverride
public interface TieredBlockPriceOverride extends BlockPriceOverride
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimalgetMax()-
Methods inherited from interface org.killbill.billing.catalog.api.BlockPriceOverride
getCurrency, getPrice, getSize, getUnitName
-
-
-
-
Method Detail
-
getMax
BigDecimal getMax()
- Returns:
- the max used usage to consider this tiered block.
-
-