| 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(UUID accountId,
UUID bundleId,
String externalKey,
List<SubscriptionJson.EventSubscriptionJson> events,
List<AuditLogJson> auditLogs) |
SubscriptionJson(UUID accountId,
UUID bundleId,
String bundleExternalKey,
UUID subscriptionId,
String externalKey,
org.joda.time.LocalDate startDate,
String productName,
ProductCategory productCategory,
BillingPeriod billingPeriod,
PhaseType phaseType,
String priceList,
String planName,
Entitlement.EntitlementState state,
Entitlement.EntitlementSourceType sourceType,
org.joda.time.LocalDate cancelledDate,
org.joda.time.LocalDate chargedThroughDate,
org.joda.time.LocalDate billingStartDate,
org.joda.time.LocalDate billingEndDate,
Integer billCycleDayLocal,
List<SubscriptionJson.EventSubscriptionJson> events,
List<PhasePriceJson> priceOverrides,
List<PhasePriceJson> prices,
List<AuditLogJson> auditLogs) |
Copyright © 2010–2022. All rights reserved.