public static class CatalogJson.PlanJson extends Object
| Constructor and Description |
|---|
PlanJson(Plan plan) |
PlanJson(String name,
String prettyName,
BillingPeriod billingPeriod,
List<CatalogJson.PhaseJson> phases) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BillingPeriod |
getBillingPeriod() |
String |
getName() |
List<CatalogJson.PhaseJson> |
getPhases() |
String |
getPrettyName() |
int |
hashCode() |
String |
toString() |
public PlanJson(Plan plan) throws CurrencyValueNull
CurrencyValueNullpublic PlanJson(String name, String prettyName, BillingPeriod billingPeriod, List<CatalogJson.PhaseJson> phases)
public String getName()
public String getPrettyName()
public BillingPeriod getBillingPeriod()
public List<CatalogJson.PhaseJson> getPhases()
Copyright © 2010–2022. All rights reserved.