| Package | Description |
|---|---|
| org.killbill.billing.jaxrs.json |
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionJson.EventSubscriptionJson> |
SubscriptionJson.getEvents() |
List<SubscriptionJson.EventSubscriptionJson> |
BundleTimelineJson.getEvents() |
| Constructor and Description |
|---|
BundleTimelineJson(String accountId,
String bundleId,
String externalKey,
List<SubscriptionJson.EventSubscriptionJson> events,
List<AuditLogJson> auditLogs) |
SubscriptionJson(String accountId,
String bundleId,
String subscriptionId,
String externalKey,
org.joda.time.LocalDate startDate,
String productName,
String productCategory,
String billingPeriod,
String phaseType,
String priceList,
String state,
String sourceType,
org.joda.time.LocalDate cancelledDate,
org.joda.time.LocalDate chargedThroughDate,
org.joda.time.LocalDate billingStartDate,
org.joda.time.LocalDate billingEndDate,
List<SubscriptionJson.EventSubscriptionJson> events,
List<PhasePriceOverrideJson> priceOverrides,
List<AuditLogJson> auditLogs) |
Copyright © 2010-2015. All Rights Reserved.