Class CustomerRetry.CustomerRetryBuilder
- java.lang.Object
-
- com.checkout.handlepaymentsandpayouts.flow.paymentsessions.requests.CustomerRetry.CustomerRetryBuilder
-
- Enclosing class:
- CustomerRetry
public static class CustomerRetry.CustomerRetryBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerRetrybuild()CustomerRetry.CustomerRetryBuildermaxAttempts(java.lang.Long maxAttempts)Default: 5 The maximum number of authorization retry attempts, excluding the initial authorization.java.lang.StringtoString()
-
-
-
Method Detail
-
maxAttempts
public CustomerRetry.CustomerRetryBuilder maxAttempts(java.lang.Long maxAttempts)
Default: 5 The maximum number of authorization retry attempts, excluding the initial authorization.- Returns:
this.
-
build
public CustomerRetry build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-