Package com.stripe.model
Class Quote.Computed.LastReestimationDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.Computed.LastReestimationDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote.Computed
For more details about LastReestimationDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Failed, 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 boolean
boolean
Whenstatus
isfailed
, provides details about the quote reestimation failure.Latest status of the reestimation.int
hashCode()
void
Whenstatus
isfailed
, provides details about the quote reestimation failure.void
Latest status of the reestimation.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LastReestimationDetails
public LastReestimationDetails()
-
-
Method Details
-
getFailed
Whenstatus
isfailed
, provides details about the quote reestimation failure. -
getStatus
Latest status of the reestimation.One of
failed
,in_progress
, orsucceeded
. -
setFailed
Whenstatus
isfailed
, provides details about the quote reestimation failure. -
setStatus
Latest status of the reestimation.One of
failed
,in_progress
, orsucceeded
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-