Package com.checkout.payments.response
Class PaymentRetryResponse.PaymentRetryResponseBuilder
- java.lang.Object
-
- com.checkout.payments.response.PaymentRetryResponse.PaymentRetryResponseBuilder
-
- Enclosing class:
- PaymentRetryResponse
public static class PaymentRetryResponse.PaymentRetryResponseBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentRetryResponsebuild()PaymentRetryResponse.PaymentRetryResponseBuilderendsOn(java.time.Instant endsOn)PaymentRetryResponse.PaymentRetryResponseBuildermaxAttempts(java.lang.Integer maxAttempts)PaymentRetryResponse.PaymentRetryResponseBuildernextAttemptOn(java.time.Instant nextAttemptOn)java.lang.StringtoString()
-
-
-
Method Detail
-
maxAttempts
public PaymentRetryResponse.PaymentRetryResponseBuilder maxAttempts(java.lang.Integer maxAttempts)
- Returns:
this.
-
endsOn
public PaymentRetryResponse.PaymentRetryResponseBuilder endsOn(java.time.Instant endsOn)
- Returns:
this.
-
nextAttemptOn
public PaymentRetryResponse.PaymentRetryResponseBuilder nextAttemptOn(java.time.Instant nextAttemptOn)
- Returns:
this.
-
build
public PaymentRetryResponse build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-