public interface SubscriptionEvent
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.LocalDate |
getEffectiveDate() |
UUID |
getEntitlementId() |
UUID |
getId() |
BillingPeriod |
getNextBillingPeriod() |
PlanPhase |
getNextPhase() |
Plan |
getNextPlan() |
PriceList |
getNextPriceList() |
Product |
getNextProduct() |
BillingPeriod |
getPrevBillingPeriod() |
PlanPhase |
getPrevPhase() |
Plan |
getPrevPlan() |
PriceList |
getPrevPriceList() |
Product |
getPrevProduct() |
String |
getServiceName() |
String |
getServiceStateName() |
SubscriptionEventType |
getSubscriptionEventType() |
boolean |
isBlockedBilling() |
boolean |
isBlockedEntitlement() |
UUID getId()
UUID getEntitlementId()
org.joda.time.LocalDate getEffectiveDate()
SubscriptionEventType getSubscriptionEventType()
boolean isBlockedBilling()
boolean isBlockedEntitlement()
String getServiceName()
String getServiceStateName()
Product getPrevProduct()
Plan getPrevPlan()
PlanPhase getPrevPhase()
PriceList getPrevPriceList()
BillingPeriod getPrevBillingPeriod()
Product getNextProduct()
Plan getNextPlan()
PlanPhase getNextPhase()
PriceList getNextPriceList()
BillingPeriod getNextBillingPeriod()
Copyright © 2010-2016. All Rights Reserved.