Class Subscription.PendingInvoiceItemInterval

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PendingInvoiceItemInterval
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Subscription

public static class Subscription.PendingInvoiceItemInterval extends StripeObject
Data features requested to be retrieved upon account creation.
  • Constructor Details

    • PendingInvoiceItemInterval

      public PendingInvoiceItemInterval()
  • Method Details

    • getInterval

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

      One of day, month, week, or year.

    • getIntervalCount

      public 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(String interval)
      Specifies invoicing frequency. Either day, week, month or year.

      One of day, month, week, or year.

    • setIntervalCount

      public void setIntervalCount(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(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object