Package com.stripe.model.v2.payments
Class OffSessionPayment.RetryDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.payments.OffSessionPayment.RetryDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OffSessionPayment
For more details about RetryDetails, 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
Number of authorization attempts so far.Indicates the strategy for how you want Stripe to retry the payment.int
hashCode()
void
setAttempts
(Integer attempts) Number of authorization attempts so far.void
setRetryStrategy
(String retryStrategy) Indicates the strategy for how you want Stripe to retry the payment.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RetryDetails
public RetryDetails()
-
-
Method Details
-
getAttempts
Number of authorization attempts so far. -
getRetryStrategy
Indicates the strategy for how you want Stripe to retry the payment.One of
none
, orsmart
. -
setAttempts
Number of authorization attempts so far. -
setRetryStrategy
Indicates the strategy for how you want Stripe to retry the payment.One of
none
, orsmart
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-