Class Quote.Computed.Recurring

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.Computed.Recurring
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Quote.Computed

public static class Quote.Computed.Recurring extends StripeObject
  • Constructor Details

    • Recurring

      public Recurring()
  • Method Details

    • getAmountSubtotal

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

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

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

      public 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.
    • getTotalDetails

      public Quote.Computed.Recurring.TotalDetails getTotalDetails()
    • setAmountSubtotal

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

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

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

      public void setIntervalCount(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.
    • setTotalDetails

      public void setTotalDetails(Quote.Computed.Recurring.TotalDetails totalDetails)
    • 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