public class PlanListOutputModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
PlanListOutputModel.Currency |
class |
PlanListOutputModel.Plans |
| Constructor and Description |
|---|
PlanListOutputModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
This Method is use to get the code
|
java.lang.String |
getDefaultPlan()
This Method is use to get the default plan
|
java.util.List<PlanListOutputModel.Plans> |
getPlans()
This Method is use to get the plans
|
java.lang.String |
getStatus()
This Method is use to get the status
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.util.List<PlanListOutputModel.Plans> getPlans()
@Nullable public java.lang.String getDefaultPlan()