Package com.stripe.model
Class Quote.StatusDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.StatusDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Details on when and why a quote has been marked as canceled.getStale()
Details on when and why a quote has been marked as stale.int
hashCode()
void
setCanceled
(Quote.StatusDetails.Canceled canceled) Details on when and why a quote has been marked as canceled.void
Details on when and why a quote has been marked as stale.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
StatusDetails
public StatusDetails()
-
-
Method Details
-
getCanceled
Details on when and why a quote has been marked as canceled. -
getStale
Details on when and why a quote has been marked as stale. -
setCanceled
Details on when and why a quote has been marked as canceled. -
setStale
Details on when and why a quote has been marked as stale. -
equals
-
canEqual
-
hashCode
public int hashCode()
-