Uses of Interface
org.killbill.billing.usage.api.RolledUpUsage
-
Packages that use RolledUpUsage Package Description org.killbill.billing.usage.api -
-
Uses of RolledUpUsage in org.killbill.billing.usage.api
Methods in org.killbill.billing.usage.api that return RolledUpUsage Modifier and Type Method Description RolledUpUsageUsageUserApi. getUsageForSubscription(UUID subscriptionId, String unitType, org.joda.time.DateTime startDate, org.joda.time.DateTime endDate, Iterable<PluginProperty> properties, TenantContext context)Get usage information for a given subscription.Methods in org.killbill.billing.usage.api that return types with arguments of type RolledUpUsage Modifier and Type Method Description List<RolledUpUsage>UsageUserApi. getAllUsageForSubscription(UUID subscriptionId, List<org.joda.time.DateTime> transitionDates, Iterable<PluginProperty> properties, TenantContext context)Get usage information for a given subscription.
-