Package org.killbill.billing.catalog.api
Interface BlockPriceOverride
-
- All Known Subinterfaces:
TieredBlockPriceOverride
public interface BlockPriceOverride
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrencygetCurrency()BigDecimalgetPrice()BigDecimalgetSize()StringgetUnitName()
-
-
-
Method Detail
-
getUnitName
String getUnitName()
- Returns:
- the unit for that
Blocksection.
-
getSize
BigDecimal getSize()
- Returns:
- the size of the block
-
getPrice
BigDecimal getPrice()
- Returns:
- the price for that currency
-
getCurrency
Currency getCurrency()
- Returns:
- the currency
-
-