Package com.stripe.model
Class Quote.FromQuote
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.FromQuote
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote
For more details about FromQuote, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanWhether this quote is a revision of a different quote.getQuote()Get ID of expandablequoteobject.Get expandedquote.inthashCode()voidsetIsRevision(Boolean isRevision) Whether this quote is a revision of a different quote.voidvoidsetQuoteObject(Quote expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FromQuote
public FromQuote()
-
-
Method Details
-
getQuote
Get ID of expandablequoteobject. -
setQuote
-
getQuoteObject
Get expandedquote. -
setQuoteObject
-
getIsRevision
Whether this quote is a revision of a different quote. -
setIsRevision
Whether this quote is a revision of a different quote. -
equals
-
canEqual
-
hashCode
public int hashCode()
-