public static class PaymentRetryResponse.PaymentRetryResponseBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PaymentRetryResponse |
build() |
PaymentRetryResponse.PaymentRetryResponseBuilder |
endsOn(java.time.Instant endsOn) |
PaymentRetryResponse.PaymentRetryResponseBuilder |
maxAttempts(java.lang.Integer maxAttempts) |
PaymentRetryResponse.PaymentRetryResponseBuilder |
nextAttemptOn(java.time.Instant nextAttemptOn) |
java.lang.String |
toString() |
public PaymentRetryResponse.PaymentRetryResponseBuilder maxAttempts(java.lang.Integer maxAttempts)
public PaymentRetryResponse.PaymentRetryResponseBuilder endsOn(java.time.Instant endsOn)
public PaymentRetryResponse.PaymentRetryResponseBuilder nextAttemptOn(java.time.Instant nextAttemptOn)
public PaymentRetryResponse build()
public java.lang.String toString()
toString in class java.lang.Object