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
The amount on which tax is calculated, in cents (or local equivalent).
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether this quote is a revision of a different quote.getQuote()
Get ID of expandablequote
object.Get expandedquote
.int
hashCode()
void
setIsRevision
(Boolean isRevision) Whether this quote is a revision of a different quote.void
void
setQuoteObject
(Quote expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FromQuote
public FromQuote()
-
-
Method Details
-
getQuote
Get ID of expandablequote
object. -
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()
-