Class Quote.Computed

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

public static class Quote.Computed extends StripeObject
  • Constructor Details

    • Computed

      public Computed()
  • Method Details

    • getRecurring

      public Quote.Computed.Recurring getRecurring()
      The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts with duration=forever coupons only. Defaults to null if no inputted line items with recurring prices.
    • getUpdatedAt

      public Long getUpdatedAt()
      The time at which the quote's estimated schedules and upcoming invoices were generated.
    • getUpfront

      public Quote.Computed.Upfront getUpfront()
    • setRecurring

      public void setRecurring(Quote.Computed.Recurring recurring)
      The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts with duration=forever coupons only. Defaults to null if no inputted line items with recurring prices.
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
      The time at which the quote's estimated schedules and upcoming invoices were generated.
    • setUpfront

      public void setUpfront(Quote.Computed.Upfront upfront)
    • 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