Class BillingPlanPreview

    • Constructor Detail

      • BillingPlanPreview

        public BillingPlanPreview()
    • Method Detail

      • currencyCode

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

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

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

        public void setInvoice​(BillingInvoice invoice)
        setInvoice.
      • getIsProrated

        public String getIsProrated()
        .
        Returns:
        isProrated
      • setIsProrated

        public void setIsProrated​(String isProrated)
        setIsProrated.
      • subtotalAmount

        public BillingPlanPreview subtotalAmount​(String subtotalAmount)
        subtotalAmount.
        Returns:
        BillingPlanPreview
      • getSubtotalAmount

        public String getSubtotalAmount()
        .
        Returns:
        subtotalAmount
      • setSubtotalAmount

        public void setSubtotalAmount​(String subtotalAmount)
        setSubtotalAmount.
      • getTaxAmount

        public String getTaxAmount()
        .
        Returns:
        taxAmount
      • setTaxAmount

        public void setTaxAmount​(String taxAmount)
        setTaxAmount.
      • getTotalAmount

        public String getTotalAmount()
        .
        Returns:
        totalAmount
      • setTotalAmount

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