Interface SubscriptionBundle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDgetAccountId()StringgetExternalKey()org.joda.time.DateTimegetOriginalCreatedDate()List<Subscription>getSubscriptions()SubscriptionBundleTimelinegetTimeline()-
Methods inherited from interface org.killbill.billing.util.entity.Entity
getCreatedDate, getId, getUpdatedDate
-
-
-
-
Method Detail
-
getAccountId
UUID getAccountId()
- Returns:
- the account id
-
getExternalKey
String getExternalKey()
- Returns:
- the external key
-
getOriginalCreatedDate
org.joda.time.DateTime getOriginalCreatedDate()
- Returns:
- the created date of the first bundle matching that externalKey
-
getSubscriptions
List<Subscription> getSubscriptions()
- Returns:
- the list of
Subscriptionin that bundle
-
getTimeline
SubscriptionBundleTimeline getTimeline()
- Returns:
- the timeline of event for that bundle
-
-