| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
Capture |
Capture.withCaptureOutput(CaptureOutput value)
Object containing capture details
|
Capture |
Capture.withId(String value) |
Capture |
Capture.withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
Capture |
Capture.withStatusOutput(CaptureStatusOutput value)
This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Capture> |
CapturesResponse.getCaptures()
The list of all captures performed on the requested payment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CapturesResponse.setCaptures(List<Capture> value)
The list of all captures performed on the requested payment.
|
CapturesResponse |
CapturesResponse.withCaptures(List<Capture> value)
The list of all captures performed on the requested payment.
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.