@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class BillingPlanResponse extends Object
| Constructor and Description |
|---|
BillingPlanResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BillingPlan |
getBillingPlan() |
List<BillingPlan> |
getSuccessorPlans() |
int |
hashCode() |
void |
setBillingPlan(BillingPlan billingPlan) |
void |
setSuccessorPlans(List<BillingPlan> successorPlans) |
String |
toString() |
public BillingPlan getBillingPlan()
public void setBillingPlan(BillingPlan billingPlan)
public List<BillingPlan> getSuccessorPlans()
public void setSuccessorPlans(List<BillingPlan> successorPlans)
Copyright © 2017. All rights reserved.