Package org.killbill.billing.usage.api
Interface RolledUpUsage
-
public interface RolledUpUsage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.joda.time.DateTimegetEnd()List<RolledUpUnit>getRolledUpUnits()org.joda.time.DateTimegetStart()UUIDgetSubscriptionId()
-
-
-
Method Detail
-
getSubscriptionId
UUID getSubscriptionId()
-
getStart
org.joda.time.DateTime getStart()
-
getEnd
org.joda.time.DateTime getEnd()
-
getRolledUpUnits
List<RolledUpUnit> getRolledUpUnits()
-
-