Class BillingPlanUpdateResponse


  • public class BillingPlanUpdateResponse
    extends java.lang.Object
    Defines a billing plan update response object..
    • Constructor Detail

      • BillingPlanUpdateResponse

        public BillingPlanUpdateResponse()
    • Method Detail

      • accountPaymentMethod

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

        public java.lang.String getAccountPaymentMethod()
        .
        Returns:
        accountPaymentMethod
      • setAccountPaymentMethod

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

        public BillingPlanPreview getBillingPlanPreview()
        Get billingPlanPreview.
        Returns:
        billingPlanPreview
      • setBillingPlanPreview

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

        public BillingPlanUpdateResponse currencyCode​(java.lang.String currencyCode)
        currencyCode.
        Returns:
        BillingPlanUpdateResponse
      • getCurrencyCode

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

        public void setCurrencyCode​(java.lang.String currencyCode)
        setCurrencyCode.
      • includedSeats

        public BillingPlanUpdateResponse includedSeats​(java.lang.String includedSeats)
        includedSeats.
        Returns:
        BillingPlanUpdateResponse
      • getIncludedSeats

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

        public void setIncludedSeats​(java.lang.String includedSeats)
        setIncludedSeats.
      • paymentCycle

        public BillingPlanUpdateResponse paymentCycle​(java.lang.String paymentCycle)
        paymentCycle.
        Returns:
        BillingPlanUpdateResponse
      • getPaymentCycle

        public java.lang.String getPaymentCycle()
        .
        Returns:
        paymentCycle
      • setPaymentCycle

        public void setPaymentCycle​(java.lang.String paymentCycle)
        setPaymentCycle.
      • paymentMethod

        public BillingPlanUpdateResponse paymentMethod​(java.lang.String paymentMethod)
        paymentMethod.
        Returns:
        BillingPlanUpdateResponse
      • getPaymentMethod

        public java.lang.String getPaymentMethod()
        .
        Returns:
        paymentMethod
      • setPaymentMethod

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

        public java.lang.String getPlanId()
        .
        Returns:
        planId
      • setPlanId

        public void setPlanId​(java.lang.String planId)
        setPlanId.
      • planName

        public BillingPlanUpdateResponse planName​(java.lang.String planName)
        planName.
        Returns:
        BillingPlanUpdateResponse
      • getPlanName

        public java.lang.String getPlanName()
        .
        Returns:
        planName
      • setPlanName

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