Class CurrencyFeatureSetPrice


  • public class CurrencyFeatureSetPrice
    extends java.lang.Object
    CurrencyFeatureSetPrice.
    • Constructor Detail

      • CurrencyFeatureSetPrice

        public CurrencyFeatureSetPrice()
    • 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:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

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

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