Package org.killbill.billing.catalog.api
Class PlanChangeResult
- java.lang.Object
-
- org.killbill.billing.catalog.api.PlanChangeResult
-
public class PlanChangeResult extends Object
-
-
Constructor Summary
Constructors Constructor Description PlanChangeResult(PriceList newPriceList, BillingActionPolicy policy, PlanAlignmentChange alignment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanAlignmentChangegetAlignment()PriceListgetNewPriceList()BillingActionPolicygetPolicy()
-
-
-
Constructor Detail
-
PlanChangeResult
public PlanChangeResult(PriceList newPriceList, BillingActionPolicy policy, PlanAlignmentChange alignment)
-
-
Method Detail
-
getNewPriceList
public PriceList getNewPriceList()
-
getPolicy
public BillingActionPolicy getPolicy()
-
getAlignment
public PlanAlignmentChange getAlignment()
-
-