Class EventSubscription

    • Constructor Detail

      • EventSubscription

        public EventSubscription()
      • EventSubscription

        public EventSubscription​(UUID eventId,
                                 org.killbill.billing.catalog.api.BillingPeriod billingPeriod,
                                 org.joda.time.DateTime effectiveDate,
                                 org.joda.time.DateTime catalogEffectiveDate,
                                 String plan,
                                 String product,
                                 String priceList,
                                 org.killbill.billing.entitlement.api.SubscriptionEventType eventType,
                                 Boolean isBlockedBilling,
                                 Boolean isBlockedEntitlement,
                                 String serviceName,
                                 String serviceStateName,
                                 String phase,
                                 List<AuditLog> auditLogs)
    • Method Detail

      • getEventId

        public UUID getEventId()
      • setBillingPeriod

        public EventSubscription setBillingPeriod​(org.killbill.billing.catalog.api.BillingPeriod billingPeriod)
      • getBillingPeriod

        public org.killbill.billing.catalog.api.BillingPeriod getBillingPeriod()
      • setEffectiveDate

        public EventSubscription setEffectiveDate​(org.joda.time.DateTime effectiveDate)
      • getEffectiveDate

        public org.joda.time.DateTime getEffectiveDate()
      • getCatalogEffectiveDate

        public org.joda.time.DateTime getCatalogEffectiveDate()
      • setCatalogEffectiveDate

        public void setCatalogEffectiveDate​(org.joda.time.DateTime catalogEffectiveDate)
      • getPlan

        public String getPlan()
      • getProduct

        public String getProduct()
      • getPriceList

        public String getPriceList()
      • setEventType

        public EventSubscription setEventType​(org.killbill.billing.entitlement.api.SubscriptionEventType eventType)
      • getEventType

        public org.killbill.billing.entitlement.api.SubscriptionEventType getEventType()
      • isBlockedBilling

        public Boolean isBlockedBilling()
      • isBlockedEntitlement

        public Boolean isBlockedEntitlement()
      • getServiceName

        public String getServiceName()
      • getServiceStateName

        public String getServiceStateName()
      • getPhase

        public String getPhase()