Uses of Class
org.killbill.billing.catalog.api.PlanAlignmentChange
-
Packages that use PlanAlignmentChange Package Description org.killbill.billing.catalog.api org.killbill.billing.catalog.api.rules -
-
Uses of PlanAlignmentChange in org.killbill.billing.catalog.api
Methods in org.killbill.billing.catalog.api that return PlanAlignmentChange Modifier and Type Method Description PlanAlignmentChangePlanChangeResult. getAlignment()static PlanAlignmentChangePlanAlignmentChange. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanAlignmentChange[]PlanAlignmentChange. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.killbill.billing.catalog.api with parameters of type PlanAlignmentChange Constructor Description PlanChangeResult(PriceList newPriceList, BillingActionPolicy policy, PlanAlignmentChange alignment) -
Uses of PlanAlignmentChange in org.killbill.billing.catalog.api.rules
Methods in org.killbill.billing.catalog.api.rules that return PlanAlignmentChange Modifier and Type Method Description PlanAlignmentChangeCaseChangePlanAlignment. getAlignment()
-