@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class BillingPlanUpdateResponse extends Object
Defines a billing plan update response object.
| Constructor and Description |
|---|
BillingPlanUpdateResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BillingPlanPreview |
getBillingPlanPreview() |
String |
getCurrencyCode()
Specifies the ISO currency code for the account.
|
String |
getIncludedSeats()
The number of seats (users) included.
|
String |
getPaymentCycle() |
String |
getPaymentMethod() |
String |
getPlanId() |
String |
getPlanName() |
int |
hashCode() |
void |
setBillingPlanPreview(BillingPlanPreview billingPlanPreview) |
void |
setCurrencyCode(String currencyCode) |
void |
setIncludedSeats(String includedSeats) |
void |
setPaymentCycle(String paymentCycle) |
void |
setPaymentMethod(String paymentMethod) |
void |
setPlanId(String planId) |
void |
setPlanName(String planName) |
String |
toString() |
public BillingPlanPreview getBillingPlanPreview()
public void setBillingPlanPreview(BillingPlanPreview billingPlanPreview)
public String getCurrencyCode()
Specifies the ISO currency code for the account.
public void setCurrencyCode(String currencyCode)
public String getIncludedSeats()
The number of seats (users) included.
public void setIncludedSeats(String includedSeats)
public String getPaymentCycle()
public void setPaymentCycle(String paymentCycle)
public String getPaymentMethod()
public void setPaymentMethod(String paymentMethod)
public String getPlanId()
public void setPlanId(String planId)
public String getPlanName()
public void setPlanName(String planName)
Copyright © 2017. All Rights Reserved.