public class CurrencyPlanPrice extends Object
| Constructor and Description |
|---|
CurrencyPlanPrice() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyPlanPrice |
currencyCode(String currencyCode) |
CurrencyPlanPrice |
currencySymbol(String currencySymbol) |
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()
Get supportedCardTypes
|
String |
getSupportIncidentFee()
The support incident fee charged for each support incident.
|
String |
getSupportPlanFee()
The support plan fee charged for this plan.
|
int |
hashCode() |
CurrencyPlanPrice |
perSeatPrice(String perSeatPrice) |
void |
setCurrencyCode(String currencyCode) |
void |
setCurrencySymbol(String currencySymbol) |
void |
setPerSeatPrice(String perSeatPrice) |
void |
setSupportedCardTypes(CreditCardTypes supportedCardTypes) |
void |
setSupportIncidentFee(String supportIncidentFee) |
void |
setSupportPlanFee(String supportPlanFee) |
CurrencyPlanPrice |
supportedCardTypes(CreditCardTypes supportedCardTypes) |
CurrencyPlanPrice |
supportIncidentFee(String supportIncidentFee) |
CurrencyPlanPrice |
supportPlanFee(String supportPlanFee) |
String |
toString() |
public CurrencyPlanPrice currencyCode(String currencyCode)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public CurrencyPlanPrice currencySymbol(String currencySymbol)
public String getCurrencySymbol()
public void setCurrencySymbol(String currencySymbol)
public CurrencyPlanPrice perSeatPrice(String perSeatPrice)
public String getPerSeatPrice()
public void setPerSeatPrice(String perSeatPrice)
public CurrencyPlanPrice supportedCardTypes(CreditCardTypes supportedCardTypes)
public CreditCardTypes getSupportedCardTypes()
public void setSupportedCardTypes(CreditCardTypes supportedCardTypes)
public CurrencyPlanPrice supportIncidentFee(String supportIncidentFee)
public String getSupportIncidentFee()
public void setSupportIncidentFee(String supportIncidentFee)
public CurrencyPlanPrice supportPlanFee(String supportPlanFee)
public String getSupportPlanFee()
public void setSupportPlanFee(String supportPlanFee)
Copyright © 2018. All rights reserved.