public static class FailedPaymentDetails.Builder extends Object
FailedPaymentDetails.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(Money amount,
String time)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FailedPaymentDetails.Builder |
amount(Money amount)
Setter for amount.
|
FailedPaymentDetails |
build()
Builds a new
FailedPaymentDetails object using the set fields. |
FailedPaymentDetails.Builder |
nextPaymentRetryTime(String nextPaymentRetryTime)
Setter for nextPaymentRetryTime.
|
FailedPaymentDetails.Builder |
reasonCode(ReasonCode reasonCode)
Setter for reasonCode.
|
FailedPaymentDetails.Builder |
time(String time)
Setter for time.
|
public FailedPaymentDetails.Builder amount(Money amount)
amount - Money value for amount.public FailedPaymentDetails.Builder time(String time)
time - String value for time.public FailedPaymentDetails.Builder reasonCode(ReasonCode reasonCode)
reasonCode - ReasonCode value for reasonCode.public FailedPaymentDetails.Builder nextPaymentRetryTime(String nextPaymentRetryTime)
nextPaymentRetryTime - String value for nextPaymentRetryTime.public FailedPaymentDetails build()
FailedPaymentDetails object using the set fields.FailedPaymentDetailsCopyright © 2026. All rights reserved.