@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class CurrencyPlanPrice extends Object
| Constructor and Description |
|---|
CurrencyPlanPrice() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrencyCode()
Specifies the ISO currency code for the account.
|
String |
getCurrencySymbol()
Specifies the currency symbol for the account.
|
String |
getPerSeatPrice() |
CreditCardTypes |
getSupportedCardTypes() |
String |
getSupportIncidentFee()
The support incident fee charged for each support incident.
|
String |
getSupportPlanFee()
The support plan fee charged for this plan.
|
int |
hashCode() |
void |
setCurrencyCode(String currencyCode) |
void |
setCurrencySymbol(String currencySymbol) |
void |
setPerSeatPrice(String perSeatPrice) |
void |
setSupportedCardTypes(CreditCardTypes supportedCardTypes) |
void |
setSupportIncidentFee(String supportIncidentFee) |
void |
setSupportPlanFee(String supportPlanFee) |
String |
toString() |
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public String getCurrencySymbol()
public void setCurrencySymbol(String currencySymbol)
public String getPerSeatPrice()
public void setPerSeatPrice(String perSeatPrice)
public CreditCardTypes getSupportedCardTypes()
public void setSupportedCardTypes(CreditCardTypes supportedCardTypes)
public String getSupportIncidentFee()
public void setSupportIncidentFee(String supportIncidentFee)
public String getSupportPlanFee()
public void setSupportPlanFee(String supportPlanFee)
Copyright © 2017. All rights reserved.