Class BillingPlanUpdateResponse

    • Constructor Detail

      • BillingPlanUpdateResponse

        public BillingPlanUpdateResponse()
    • Method Detail

      • accountPaymentMethod

        public BillingPlanUpdateResponse accountPaymentMethod​(String accountPaymentMethod)
        accountPaymentMethod.
        Returns:
        BillingPlanUpdateResponse
      • getAccountPaymentMethod

        public String getAccountPaymentMethod()
        .
        Returns:
        accountPaymentMethod
      • setAccountPaymentMethod

        public void setAccountPaymentMethod​(String accountPaymentMethod)
        setAccountPaymentMethod.
      • getBillingPlanPreview

        public BillingPlanPreview getBillingPlanPreview()
        .
        Returns:
        billingPlanPreview
      • setBillingPlanPreview

        public void setBillingPlanPreview​(BillingPlanPreview billingPlanPreview)
        setBillingPlanPreview.
      • getCurrencyCode

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

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

        public String getIncludedSeats()
        The number of seats (users) included..
        Returns:
        includedSeats
      • setIncludedSeats

        public void setIncludedSeats​(String includedSeats)
        setIncludedSeats.
      • getPaymentCycle

        public String getPaymentCycle()
        .
        Returns:
        paymentCycle
      • setPaymentCycle

        public void setPaymentCycle​(String paymentCycle)
        setPaymentCycle.
      • getPaymentMethod

        public String getPaymentMethod()
        .
        Returns:
        paymentMethod
      • setPaymentMethod

        public void setPaymentMethod​(String paymentMethod)
        setPaymentMethod.
      • getPlanId

        public String getPlanId()
        .
        Returns:
        planId
      • setPlanId

        public void setPlanId​(String planId)
        setPlanId.
      • getPlanName

        public String getPlanName()
        .
        Returns:
        planName
      • setPlanName

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