| Package | Description |
|---|---|
| com.onlinepayments | |
| com.onlinepayments.domain | |
| com.onlinepayments.merchant.payments |
| Modifier and Type | Method and Description |
|---|---|
RefundResponse |
DeclinedRefundException.getRefundResult() |
| Modifier and Type | Method and Description |
|---|---|
RefundResponse |
WebhooksEvent.getRefund() |
RefundResponse |
RefundErrorResponse.getRefundResult()
This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.
|
RefundResponse |
RefundResponse.withId(String value)
Our unique payment transaction identifier
|
RefundResponse |
RefundResponse.withRefundOutput(RefundOutput value)
Object containing refund details
|
RefundResponse |
RefundResponse.withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
RefundResponse |
RefundResponse.withStatusOutput(OrderStatusOutput value) |
| Modifier and Type | Method and Description |
|---|---|
List<RefundResponse> |
RefundsResponse.getRefunds()
The list of all refunds performed on the requested payment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebhooksEvent.setRefund(RefundResponse refund) |
void |
RefundErrorResponse.setRefundResult(RefundResponse value)
This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.
|
RefundErrorResponse |
RefundErrorResponse.withRefundResult(RefundResponse value)
This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RefundsResponse.setRefunds(List<RefundResponse> value)
The list of all refunds performed on the requested payment.
|
RefundsResponse |
RefundsResponse.withRefunds(List<RefundResponse> value)
The list of all refunds performed on the requested payment.
|
| Modifier and Type | Method and Description |
|---|---|
RefundResponse |
PaymentsClientInterface.refundPayment(String paymentId,
RefundRequest body)
Resource /v2/{merchantId}/payments/{paymentId}/refund
- Refund payment
|
RefundResponse |
PaymentsClient.refundPayment(String paymentId,
RefundRequest body)
Resource /v2/{merchantId}/payments/{paymentId}/refund
- Refund payment
|
RefundResponse |
PaymentsClientInterface.refundPayment(String paymentId,
RefundRequest body,
CallContext context)
Resource /v2/{merchantId}/payments/{paymentId}/refund
- Refund payment
|
RefundResponse |
PaymentsClient.refundPayment(String paymentId,
RefundRequest body,
CallContext context)
Resource /v2/{merchantId}/payments/{paymentId}/refund
- Refund payment
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.