Uses of Class
org.killbill.billing.client.model.gen.EventSubscription
-
Packages that use EventSubscription Package Description org.killbill.billing.client.model.gen -
-
Uses of EventSubscription in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return EventSubscription Modifier and Type Method Description EventSubscriptionEventSubscription. setBillingPeriod(org.killbill.billing.catalog.api.BillingPeriod billingPeriod)EventSubscriptionEventSubscription. setEffectiveDate(org.joda.time.DateTime effectiveDate)EventSubscriptionEventSubscription. setEventId(UUID eventId)EventSubscriptionEventSubscription. setEventType(org.killbill.billing.entitlement.api.SubscriptionEventType eventType)EventSubscriptionEventSubscription. setIsBlockedBilling(Boolean isBlockedBilling)EventSubscriptionEventSubscription. setIsBlockedEntitlement(Boolean isBlockedEntitlement)EventSubscriptionEventSubscription. setPhase(String phase)EventSubscriptionEventSubscription. setPlan(String plan)EventSubscriptionEventSubscription. setPriceList(String priceList)EventSubscriptionEventSubscription. setProduct(String product)EventSubscriptionEventSubscription. setServiceName(String serviceName)EventSubscriptionEventSubscription. setServiceStateName(String serviceStateName)Methods in org.killbill.billing.client.model.gen that return types with arguments of type EventSubscription Modifier and Type Method Description List<EventSubscription>BundleTimeline. getEvents()List<EventSubscription>Subscription. getEvents()Methods in org.killbill.billing.client.model.gen with parameters of type EventSubscription Modifier and Type Method Description BundleTimelineBundleTimeline. addEventsItem(EventSubscription eventsItem)SubscriptionSubscription. addEventsItem(EventSubscription eventsItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type EventSubscription Modifier and Type Method Description BundleTimelineBundleTimeline. setEvents(List<EventSubscription> events)SubscriptionSubscription. setEvents(List<EventSubscription> events)Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type EventSubscription Constructor Description BundleTimeline(UUID accountId, UUID bundleId, String externalKey, List<EventSubscription> events, List<AuditLog> auditLogs)Subscription(UUID accountId, UUID bundleId, String bundleExternalKey, UUID subscriptionId, String externalKey, org.joda.time.DateTime startDate, String productName, org.killbill.billing.catalog.api.ProductCategory productCategory, org.killbill.billing.catalog.api.BillingPeriod billingPeriod, org.killbill.billing.catalog.api.PhaseType phaseType, String priceList, String planName, org.killbill.billing.entitlement.api.Entitlement.EntitlementState state, org.killbill.billing.entitlement.api.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<EventSubscription> events, List<PhasePrice> priceOverrides, List<PhasePrice> prices, List<AuditLog> auditLogs)
-