Class CurrencyFeatureSetPrice

  • All Implemented Interfaces:
    Serializable

    public class CurrencyFeatureSetPrice
    extends Object
    implements Serializable
    Information about the price and currency associated with the feature set. Reserved for internal DocuSign use only..
    See Also:
    Serialized Form
    • Constructor Detail

      • CurrencyFeatureSetPrice

        public CurrencyFeatureSetPrice()
    • Method Detail

      • getCurrencyCode

        public String getCurrencyCode()
        Specifies the alternate ISO currency code for the account. .
        Returns:
        currencyCode
      • setCurrencyCode

        public void setCurrencyCode​(String currencyCode)
        setCurrencyCode.
      • getCurrencySymbol

        public String getCurrencySymbol()
        Specifies the alternate currency symbol for the account..
        Returns:
        currencySymbol
      • setCurrencySymbol

        public void setCurrencySymbol​(String currencySymbol)
        setCurrencySymbol.
      • 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.
      • 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.
      • 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.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object