Package com.docusign.esign.model
Class CurrencyPlanPrice
- java.lang.Object
-
- com.docusign.esign.model.CurrencyPlanPrice
-
public class CurrencyPlanPrice extends java.lang.ObjectCurrencyPlanPrice.
-
-
Constructor Summary
Constructors Constructor Description CurrencyPlanPrice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyPlanPricecurrencyCode(java.lang.String currencyCode)currencyCode.CurrencyPlanPricecurrencySymbol(java.lang.String currencySymbol)currencySymbol.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetCurrencyCode()Specifies the ISO currency code for the account..java.lang.StringgetCurrencySymbol()Specifies the currency symbol for the account..java.lang.StringgetPerSeatPrice().CreditCardTypesgetSupportedCardTypes()Get supportedCardTypes.java.lang.StringgetSupportIncidentFee()The support incident fee charged for each support incident..java.lang.StringgetSupportPlanFee()The support plan fee charged for this plan..inthashCode()Returns the HashCode.CurrencyPlanPriceperSeatPrice(java.lang.String perSeatPrice)perSeatPrice.voidsetCurrencyCode(java.lang.String currencyCode)setCurrencyCode.voidsetCurrencySymbol(java.lang.String currencySymbol)setCurrencySymbol.voidsetPerSeatPrice(java.lang.String perSeatPrice)setPerSeatPrice.voidsetSupportedCardTypes(CreditCardTypes supportedCardTypes)setSupportedCardTypes.voidsetSupportIncidentFee(java.lang.String supportIncidentFee)setSupportIncidentFee.voidsetSupportPlanFee(java.lang.String supportPlanFee)setSupportPlanFee.CurrencyPlanPricesupportedCardTypes(CreditCardTypes supportedCardTypes)supportedCardTypes.CurrencyPlanPricesupportIncidentFee(java.lang.String supportIncidentFee)supportIncidentFee.CurrencyPlanPricesupportPlanFee(java.lang.String supportPlanFee)supportPlanFee.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
currencyCode
public CurrencyPlanPrice currencyCode(java.lang.String currencyCode)
currencyCode.- Returns:
- CurrencyPlanPrice
-
getCurrencyCode
public java.lang.String getCurrencyCode()
Specifies the ISO currency code for the account..- Returns:
- currencyCode
-
setCurrencyCode
public void setCurrencyCode(java.lang.String currencyCode)
setCurrencyCode.
-
currencySymbol
public CurrencyPlanPrice currencySymbol(java.lang.String currencySymbol)
currencySymbol.- Returns:
- CurrencyPlanPrice
-
getCurrencySymbol
public java.lang.String getCurrencySymbol()
Specifies the currency symbol for the account..- Returns:
- currencySymbol
-
setCurrencySymbol
public void setCurrencySymbol(java.lang.String currencySymbol)
setCurrencySymbol.
-
perSeatPrice
public CurrencyPlanPrice perSeatPrice(java.lang.String perSeatPrice)
perSeatPrice.- Returns:
- CurrencyPlanPrice
-
getPerSeatPrice
public java.lang.String getPerSeatPrice()
.- Returns:
- perSeatPrice
-
setPerSeatPrice
public void setPerSeatPrice(java.lang.String perSeatPrice)
setPerSeatPrice.
-
supportedCardTypes
public CurrencyPlanPrice supportedCardTypes(CreditCardTypes supportedCardTypes)
supportedCardTypes.- Returns:
- CurrencyPlanPrice
-
getSupportedCardTypes
public CreditCardTypes getSupportedCardTypes()
Get supportedCardTypes.- Returns:
- supportedCardTypes
-
setSupportedCardTypes
public void setSupportedCardTypes(CreditCardTypes supportedCardTypes)
setSupportedCardTypes.
-
supportIncidentFee
public CurrencyPlanPrice supportIncidentFee(java.lang.String supportIncidentFee)
supportIncidentFee.- Returns:
- CurrencyPlanPrice
-
getSupportIncidentFee
public java.lang.String getSupportIncidentFee()
The support incident fee charged for each support incident..- Returns:
- supportIncidentFee
-
setSupportIncidentFee
public void setSupportIncidentFee(java.lang.String supportIncidentFee)
setSupportIncidentFee.
-
supportPlanFee
public CurrencyPlanPrice supportPlanFee(java.lang.String supportPlanFee)
supportPlanFee.- Returns:
- CurrencyPlanPrice
-
getSupportPlanFee
public java.lang.String getSupportPlanFee()
The support plan fee charged for this plan..- Returns:
- supportPlanFee
-
setSupportPlanFee
public void setSupportPlanFee(java.lang.String supportPlanFee)
setSupportPlanFee.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-