Package com.docusign.esign.model
Class CurrencyFeatureSetPrice
- java.lang.Object
-
- com.docusign.esign.model.CurrencyFeatureSetPrice
-
public class CurrencyFeatureSetPrice extends java.lang.ObjectCurrencyFeatureSetPrice.
-
-
Constructor Summary
Constructors Constructor Description CurrencyFeatureSetPrice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencyFeatureSetPricecurrencyCode(java.lang.String currencyCode)currencyCode.CurrencyFeatureSetPricecurrencySymbol(java.lang.String currencySymbol)currencySymbol.CurrencyFeatureSetPriceenvelopeFee(java.lang.String envelopeFee)envelopeFee.booleanequals(java.lang.Object o)Compares objects.CurrencyFeatureSetPricefixedFee(java.lang.String fixedFee)fixedFee.java.lang.StringgetCurrencyCode()Specifies the alternate ISO currency code for the account.java.lang.StringgetCurrencySymbol()Specifies the alternate currency symbol for the account..java.lang.StringgetEnvelopeFee()An incremental envelope cost for plans with envelope overages (when `isEnabled` is set to **true**.).java.lang.StringgetFixedFee()Specifies a one-time fee associated with the plan (when `isEnabled` is set to **true**.).java.lang.StringgetSeatFee()Specifies an incremental seat cost for seat-based plans (when `isEnabled` is set to **true**.).inthashCode()Returns the HashCode.CurrencyFeatureSetPriceseatFee(java.lang.String seatFee)seatFee.voidsetCurrencyCode(java.lang.String currencyCode)setCurrencyCode.voidsetCurrencySymbol(java.lang.String currencySymbol)setCurrencySymbol.voidsetEnvelopeFee(java.lang.String envelopeFee)setEnvelopeFee.voidsetFixedFee(java.lang.String fixedFee)setFixedFee.voidsetSeatFee(java.lang.String seatFee)setSeatFee.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
currencyCode
public CurrencyFeatureSetPrice currencyCode(java.lang.String currencyCode)
currencyCode.- Returns:
- CurrencyFeatureSetPrice
-
getCurrencyCode
public java.lang.String getCurrencyCode()
Specifies the alternate ISO currency code for the account. .- Returns:
- currencyCode
-
setCurrencyCode
public void setCurrencyCode(java.lang.String currencyCode)
setCurrencyCode.
-
currencySymbol
public CurrencyFeatureSetPrice currencySymbol(java.lang.String currencySymbol)
currencySymbol.- Returns:
- CurrencyFeatureSetPrice
-
getCurrencySymbol
public java.lang.String getCurrencySymbol()
Specifies the alternate currency symbol for the account..- Returns:
- currencySymbol
-
setCurrencySymbol
public void setCurrencySymbol(java.lang.String currencySymbol)
setCurrencySymbol.
-
envelopeFee
public CurrencyFeatureSetPrice envelopeFee(java.lang.String envelopeFee)
envelopeFee.- Returns:
- CurrencyFeatureSetPrice
-
getEnvelopeFee
public java.lang.String getEnvelopeFee()
An incremental envelope cost for plans with envelope overages (when `isEnabled` is set to **true**.).- Returns:
- envelopeFee
-
setEnvelopeFee
public void setEnvelopeFee(java.lang.String envelopeFee)
setEnvelopeFee.
-
fixedFee
public CurrencyFeatureSetPrice fixedFee(java.lang.String fixedFee)
fixedFee.- Returns:
- CurrencyFeatureSetPrice
-
getFixedFee
public java.lang.String getFixedFee()
Specifies a one-time fee associated with the plan (when `isEnabled` is set to **true**.).- Returns:
- fixedFee
-
setFixedFee
public void setFixedFee(java.lang.String fixedFee)
setFixedFee.
-
seatFee
public CurrencyFeatureSetPrice seatFee(java.lang.String seatFee)
seatFee.- Returns:
- CurrencyFeatureSetPrice
-
getSeatFee
public java.lang.String getSeatFee()
Specifies an incremental seat cost for seat-based plans (when `isEnabled` is set to **true**.).- Returns:
- seatFee
-
setSeatFee
public void setSeatFee(java.lang.String seatFee)
setSeatFee.
-
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
-
-