Class OffSessionPayment.RetryDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.payments.OffSessionPayment.RetryDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
OffSessionPayment

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

    • RetryDetails

      public RetryDetails()
  • Method Details

    • getAttempts

      public Integer getAttempts()
      Number of authorization attempts so far.
    • getRetryStrategy

      public String getRetryStrategy()
      Indicates the strategy for how you want Stripe to retry the payment.

      One of none, or smart.

    • setAttempts

      public void setAttempts(Integer attempts)
      Number of authorization attempts so far.
    • setRetryStrategy

      public void setRetryStrategy(String retryStrategy)
      Indicates the strategy for how you want Stripe to retry the payment.

      One of none, or smart.

    • 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