public class InlineResponse2003PlanInformation extends Object
| Constructor and Description |
|---|
InlineResponse2003PlanInformation() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2003PlanInformation |
code(String code) |
boolean |
equals(Object o) |
String |
getCode()
Plan code
|
String |
getStatus()
Plan Status: - `DRAFT` - `ACTIVE` - `INACTIVE`
|
int |
hashCode() |
void |
setCode(String code) |
void |
setStatus(String status) |
InlineResponse2003PlanInformation |
status(String status) |
String |
toString() |
public InlineResponse2003PlanInformation code(String code)
public String getCode()
public void setCode(String code)
public InlineResponse2003PlanInformation status(String status)
public String getStatus()
public void setStatus(String status)
Copyright © 2023. All rights reserved.