public class BillingPlanResponse extends Object
| Constructor and Description |
|---|
BillingPlanResponse() |
| Modifier and Type | Method and Description |
|---|---|
BillingPlanResponse |
addSuccessorPlansItem(BillingPlan successorPlansItem) |
BillingPlanResponse |
billingPlan(BillingPlan billingPlan) |
boolean |
equals(Object o) |
BillingPlan |
getBillingPlan()
Get billingPlan
|
List<BillingPlan> |
getSuccessorPlans() |
int |
hashCode() |
void |
setBillingPlan(BillingPlan billingPlan) |
void |
setSuccessorPlans(List<BillingPlan> successorPlans) |
BillingPlanResponse |
successorPlans(List<BillingPlan> successorPlans) |
String |
toString() |
public BillingPlanResponse billingPlan(BillingPlan billingPlan)
public BillingPlan getBillingPlan()
public void setBillingPlan(BillingPlan billingPlan)
public BillingPlanResponse successorPlans(List<BillingPlan> successorPlans)
public BillingPlanResponse addSuccessorPlansItem(BillingPlan successorPlansItem)
public List<BillingPlan> getSuccessorPlans()
public void setSuccessorPlans(List<BillingPlan> successorPlans)
Copyright © 2018. All rights reserved.