Class Subscription.PendingInvoiceItemInterval

    • Constructor Detail

      • PendingInvoiceItemInterval

        public PendingInvoiceItemInterval()
    • Method Detail

      • getInterval

        public java.lang.String getInterval()
        Specifies invoicing frequency. Either day, week, month or year.

        One of day, month, week, or year.

      • getIntervalCount

        public java.lang.Long getIntervalCount()
        The number of intervals between invoices. For example, interval=month and interval_count=3 bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks).
      • setInterval

        public void setInterval​(java.lang.String interval)
        Specifies invoicing frequency. Either day, week, month or year.

        One of day, month, week, or year.

      • setIntervalCount

        public void setIntervalCount​(java.lang.Long intervalCount)
        The number of intervals between invoices. For example, interval=month and interval_count=3 bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks).
      • 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