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