Class CurrencyPlanPrice


  • public class CurrencyPlanPrice
    extends Object
    CurrencyPlanPrice.
    • Constructor Detail

      • CurrencyPlanPrice

        public CurrencyPlanPrice()
    • Method Detail

      • currencyCode

        public CurrencyPlanPrice currencyCode​(String currencyCode)
        currencyCode.
        Returns:
        CurrencyPlanPrice
      • getCurrencyCode

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

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

        public CurrencyPlanPrice currencySymbol​(String currencySymbol)
        currencySymbol.
        Returns:
        CurrencyPlanPrice
      • getCurrencySymbol

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

        public void setCurrencySymbol​(String currencySymbol)
        setCurrencySymbol.
      • perSeatPrice

        public CurrencyPlanPrice perSeatPrice​(String perSeatPrice)
        perSeatPrice.
        Returns:
        CurrencyPlanPrice
      • getPerSeatPrice

        public String getPerSeatPrice()
        .
        Returns:
        perSeatPrice
      • setPerSeatPrice

        public void setPerSeatPrice​(String perSeatPrice)
        setPerSeatPrice.
      • getSupportedCardTypes

        public CreditCardTypes getSupportedCardTypes()
        Get supportedCardTypes.
        Returns:
        supportedCardTypes
      • setSupportedCardTypes

        public void setSupportedCardTypes​(CreditCardTypes supportedCardTypes)
        setSupportedCardTypes.
      • supportIncidentFee

        public CurrencyPlanPrice supportIncidentFee​(String supportIncidentFee)
        supportIncidentFee.
        Returns:
        CurrencyPlanPrice
      • getSupportIncidentFee

        public String getSupportIncidentFee()
        The support incident fee charged for each support incident..
        Returns:
        supportIncidentFee
      • setSupportIncidentFee

        public void setSupportIncidentFee​(String supportIncidentFee)
        setSupportIncidentFee.
      • supportPlanFee

        public CurrencyPlanPrice supportPlanFee​(String supportPlanFee)
        supportPlanFee.
        Returns:
        CurrencyPlanPrice
      • getSupportPlanFee

        public String getSupportPlanFee()
        The support plan fee charged for this plan..
        Returns:
        supportPlanFee
      • setSupportPlanFee

        public void setSupportPlanFee​(String supportPlanFee)
        setSupportPlanFee.
      • 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