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

public static class Quote.Computed.LastReestimationDetails extends StripeObject
For more details about LastReestimationDetails, please refer to the API Reference.
  • Constructor Details

    • LastReestimationDetails

      public LastReestimationDetails()
  • Method Details

    • getFailed

      When status is failed, provides details about the quote reestimation failure.
    • getStatus

      public String getStatus()
      Latest status of the reestimation.

      One of failed, in_progress, or succeeded.

    • setFailed

      public void setFailed(Quote.Computed.LastReestimationDetails.Failed failed)
      When status is failed, provides details about the quote reestimation failure.
    • setStatus

      public void setStatus(String status)
      Latest status of the reestimation.

      One of failed, in_progress, or succeeded.

    • 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