public class InlineResponse200PlanInformationBillingPeriod extends Object
| Constructor and Description |
|---|
InlineResponse200PlanInformationBillingPeriod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLength()
Example: - If length=1 & unit=month then charge every month - If length=7 & unit=day then charge every 7th day
|
String |
getUnit()
Calendar unit values.
|
int |
hashCode() |
InlineResponse200PlanInformationBillingPeriod |
length(String length) |
void |
setLength(String length) |
void |
setUnit(String unit) |
String |
toString() |
InlineResponse200PlanInformationBillingPeriod |
unit(String unit) |
public InlineResponse200PlanInformationBillingPeriod()
public InlineResponse200PlanInformationBillingPeriod length(String length)
public String getLength()
public void setLength(String length)
public InlineResponse200PlanInformationBillingPeriod unit(String unit)
public String getUnit()
public void setUnit(String unit)
Copyright © 2023. All rights reserved.