Package com.docusign.esign.model
Class CurrencyPlanPrice
- java.lang.Object
-
- com.docusign.esign.model.CurrencyPlanPrice
-
public class CurrencyPlanPrice extends Object
CurrencyPlanPrice.
-
-
Constructor Summary
Constructors Constructor Description CurrencyPlanPrice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyPlanPricecurrencyCode(String currencyCode)currencyCode.CurrencyPlanPricecurrencySymbol(String currencySymbol)currencySymbol.booleanequals(Object o)Compares objects.StringgetCurrencyCode()Specifies the ISO currency code for the account..StringgetCurrencySymbol()Specifies the currency symbol for the account..StringgetPerSeatPrice().CreditCardTypesgetSupportedCardTypes()A simple type enumeration of the language used.StringgetSupportIncidentFee()The support incident fee charged for each support incident..StringgetSupportPlanFee()The support plan fee charged for this plan..inthashCode()Returns the HashCode.CurrencyPlanPriceperSeatPrice(String perSeatPrice)perSeatPrice.voidsetCurrencyCode(String currencyCode)setCurrencyCode.voidsetCurrencySymbol(String currencySymbol)setCurrencySymbol.voidsetPerSeatPrice(String perSeatPrice)setPerSeatPrice.voidsetSupportedCardTypes(CreditCardTypes supportedCardTypes)setSupportedCardTypes.voidsetSupportIncidentFee(String supportIncidentFee)setSupportIncidentFee.voidsetSupportPlanFee(String supportPlanFee)setSupportPlanFee.CurrencyPlanPricesupportedCardTypes(CreditCardTypes supportedCardTypes)supportedCardTypes.CurrencyPlanPricesupportIncidentFee(String supportIncidentFee)supportIncidentFee.CurrencyPlanPricesupportPlanFee(String supportPlanFee)supportPlanFee.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
currencyCode
public CurrencyPlanPrice currencyCode(String currencyCode)
currencyCode.- Returns:
- CurrencyPlanPrice
-
getCurrencyCode
public String getCurrencyCode()
Specifies the ISO currency code for the account..- Returns:
- currencyCode
-
setCurrencyCode
public void setCurrencyCode(String currencyCode)
setCurrencyCode.
-
currencySymbol
public CurrencyPlanPrice currencySymbol(String currencySymbol)
currencySymbol.- Returns:
- CurrencyPlanPrice
-
getCurrencySymbol
public String getCurrencySymbol()
Specifies the currency symbol for the account..- Returns:
- currencySymbol
-
setCurrencySymbol
public void setCurrencySymbol(String currencySymbol)
setCurrencySymbol.
-
perSeatPrice
public CurrencyPlanPrice perSeatPrice(String perSeatPrice)
perSeatPrice.- Returns:
- CurrencyPlanPrice
-
getPerSeatPrice
public String getPerSeatPrice()
.- Returns:
- perSeatPrice
-
setPerSeatPrice
public void setPerSeatPrice(String perSeatPrice)
setPerSeatPrice.
-
supportedCardTypes
public CurrencyPlanPrice supportedCardTypes(CreditCardTypes supportedCardTypes)
supportedCardTypes.- Returns:
- CurrencyPlanPrice
-
getSupportedCardTypes
public CreditCardTypes getSupportedCardTypes()
A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi)..- Returns:
- supportedCardTypes
-
setSupportedCardTypes
public void setSupportedCardTypes(CreditCardTypes supportedCardTypes)
setSupportedCardTypes.
-
supportIncidentFee
public CurrencyPlanPrice supportIncidentFee(String supportIncidentFee)
supportIncidentFee.- Returns:
- CurrencyPlanPrice
-
getSupportIncidentFee
public String getSupportIncidentFee()
The support incident fee charged for each support incident..- Returns:
- supportIncidentFee
-
setSupportIncidentFee
public void setSupportIncidentFee(String supportIncidentFee)
setSupportIncidentFee.
-
supportPlanFee
public CurrencyPlanPrice supportPlanFee(String supportPlanFee)
supportPlanFee.- Returns:
- CurrencyPlanPrice
-
getSupportPlanFee
public String getSupportPlanFee()
The support plan fee charged for this plan..- Returns:
- supportPlanFee
-
setSupportPlanFee
public void setSupportPlanFee(String supportPlanFee)
setSupportPlanFee.
-
equals
public boolean equals(Object o)
Compares objects.
-
-