Class CustomerRetry
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.flow.paymentsessions.requests.CustomerRetry
-
public final class CustomerRetry extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomerRetry.CustomerRetryBuilder
-
Constructor Summary
Constructors Constructor Description CustomerRetry()CustomerRetry(java.lang.Long maxAttempts)Creates a newCustomerRetryinstance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomerRetry.CustomerRetryBuilderbuilder()booleanequals(java.lang.Object o)java.lang.LonggetMaxAttempts()Default: 5 The maximum number of authorization retry attempts, excluding the initial authorization.inthashCode()voidsetMaxAttempts(java.lang.Long maxAttempts)Default: 5 The maximum number of authorization retry attempts, excluding the initial authorization.java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static CustomerRetry.CustomerRetryBuilder builder()
-
getMaxAttempts
public java.lang.Long getMaxAttempts()
Default: 5 The maximum number of authorization retry attempts, excluding the initial authorization.
-
setMaxAttempts
public void setMaxAttempts(java.lang.Long maxAttempts)
Default: 5 The maximum number of authorization retry attempts, excluding the initial authorization.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-