Package org.killbill.billing.catalog.api
Interface Tier
-
public interface Tier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternationalPricegetFixedPrice()Limit[]getLimits()InternationalPricegetRecurringPrice()TieredBlock[]getTieredBlocks()
-
-
-
Method Detail
-
getLimits
Limit[] getLimits()
- Returns:
- the
Limitfor thatTiersection.
-
getTieredBlocks
TieredBlock[] getTieredBlocks()
- Returns:
- the
Blockfor thatTiersection.
-
getFixedPrice
InternationalPrice getFixedPrice()
- Returns:
- the fixed
InternationalPricefor thatTiersection.
-
getRecurringPrice
InternationalPrice getRecurringPrice()
- Returns:
- the recurring
InternationalPricefor thatTiersection.
-
-