Uses of Class
org.killbill.billing.jaxrs.json.SubscriptionJson.EventSubscriptionJson
-
Packages that use SubscriptionJson.EventSubscriptionJson Package Description org.killbill.billing.jaxrs.json -
-
Uses of SubscriptionJson.EventSubscriptionJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return types with arguments of type SubscriptionJson.EventSubscriptionJson Modifier and Type Method Description List<SubscriptionJson.EventSubscriptionJson>BundleTimelineJson. getEvents()List<SubscriptionJson.EventSubscriptionJson>SubscriptionJson. getEvents()Constructor parameters in org.killbill.billing.jaxrs.json with type arguments of type SubscriptionJson.EventSubscriptionJson Constructor 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.DateTime startDate, String productName, ProductCategory productCategory, BillingPeriod billingPeriod, PhaseType phaseType, String priceList, String planName, Entitlement.EntitlementState state, Entitlement.EntitlementSourceType sourceType, org.joda.time.DateTime cancelledDate, org.joda.time.LocalDate chargedThroughDate, org.joda.time.DateTime billingStartDate, org.joda.time.DateTime billingEndDate, Integer billCycleDayLocal, Integer quantity, List<SubscriptionJson.EventSubscriptionJson> events, List<PhasePriceJson> priceOverrides, List<PhasePriceJson> prices, List<AuditLogJson> auditLogs)
-