Class Quote.FromQuote

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

public static class Quote.FromQuote extends StripeObject
The amount on which tax is calculated, in cents (or local equivalent).
  • Constructor Details

    • FromQuote

      public FromQuote()
  • Method Details

    • getQuote

      public String getQuote()
      Get ID of expandable quote object.
    • setQuote

      public void setQuote(String id)
    • getQuoteObject

      public Quote getQuoteObject()
      Get expanded quote.
    • setQuoteObject

      public void setQuoteObject(Quote expandableObject)
    • getIsRevision

      public Boolean getIsRevision()
      Whether this quote is a revision of a different quote.
    • setIsRevision

      public void setIsRevision(Boolean isRevision)
      Whether this quote is a revision of a different quote.
    • 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