| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
PaymentStatusOutput |
PaymentDetailsResponse.getStatusOutput()
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
PaymentStatusOutput |
OperationOutput.getStatusOutput()
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
PaymentStatusOutput |
PaymentResponse.getStatusOutput()
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
PaymentStatusOutput |
PaymentStatusOutput.withErrors(List<APIError> value)
Contains the set of errors
|
PaymentStatusOutput |
PaymentStatusOutput.withIsAuthorized(Boolean value)
Indicates if the transaction has been authorized
|
PaymentStatusOutput |
PaymentStatusOutput.withIsCancellable(Boolean value)
Flag indicating if the payment can be cancelled
|
PaymentStatusOutput |
PaymentStatusOutput.withIsRefundable(Boolean value)
Flag indicating if the payment can be refunded
|
PaymentStatusOutput |
PaymentStatusOutput.withStatusCategory(String value)
Highlevel status of the payment, payout or refund.
|
PaymentStatusOutput |
PaymentStatusOutput.withStatusCode(Integer value)
Numeric status code of the legacy API.
|
PaymentStatusOutput |
PaymentStatusOutput.withStatusCodeChangeDateTime(String value)
Timestamp of the latest status change
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentDetailsResponse.setStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
void |
OperationOutput.setStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
void |
PaymentResponse.setStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
PaymentDetailsResponse |
PaymentDetailsResponse.withStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
OperationOutput |
OperationOutput.withStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
PaymentResponse |
PaymentResponse.withStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.