public class BillingPlansResponse extends Object
| Constructor and Description |
|---|
BillingPlansResponse() |
| Modifier and Type | Method and Description |
|---|---|
BillingPlansResponse |
addBillingPlansItem(BillingPlan billingPlansItem) |
BillingPlansResponse |
billingPlans(List<BillingPlan> billingPlans) |
boolean |
equals(Object o) |
List<BillingPlan> |
getBillingPlans()
Reserved: TBD
|
int |
hashCode() |
void |
setBillingPlans(List<BillingPlan> billingPlans) |
String |
toString() |
public BillingPlansResponse billingPlans(List<BillingPlan> billingPlans)
public BillingPlansResponse addBillingPlansItem(BillingPlan billingPlansItem)
public List<BillingPlan> getBillingPlans()
public void setBillingPlans(List<BillingPlan> billingPlans)
Copyright © 2018. All rights reserved.