Package org.killbill.billing.usage.api
Interface RolledUpUnit
-
public interface RolledUpUnit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimalgetAmount()StringgetUnitType()
-
-
-
Method Detail
-
getUnitType
String getUnitType()
-
getAmount
BigDecimal getAmount()
-
-