Class Quote.Recurring

    • Constructor Detail

      • Recurring

        public Recurring()
    • Method Detail

      • getAmountSubtotal

        public java.lang.Long getAmountSubtotal()
        Total before any discounts or taxes are applied.
      • getAmountTotal

        public java.lang.Long getAmountTotal()
        Total after discounts and taxes are applied.
      • getInterval

        public java.lang.String getInterval()
        The frequency at which a subscription is billed. One of day, week, month or year.
      • getIntervalCount

        public java.lang.Long getIntervalCount()
        The number of intervals (specified in the interval attribute) between subscription billings. For example, interval=month and interval_count=3 bills every 3 months.
      • setAmountSubtotal

        public void setAmountSubtotal​(java.lang.Long amountSubtotal)
        Total before any discounts or taxes are applied.
      • setAmountTotal

        public void setAmountTotal​(java.lang.Long amountTotal)
        Total after discounts and taxes are applied.
      • setInterval

        public void setInterval​(java.lang.String interval)
        The frequency at which a subscription is billed. One of day, week, month or year.
      • setIntervalCount

        public void setIntervalCount​(java.lang.Long intervalCount)
        The number of intervals (specified in the interval attribute) between subscription billings. For example, interval=month and interval_count=3 bills every 3 months.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object