Package org.killbill.billing.catalog.api
Interface Price
-
public interface Price
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrencygetCurrency()BigDecimalgetValue()
-
-
-
Method Detail
-
getCurrency
Currency getCurrency()
- Returns:
- the
Currency
-
getValue
BigDecimal getValue() throws CurrencyValueNull
- Returns:
- the price amount
- Throws:
CurrencyValueNull
-
-