public class Capture extends Object
| Constructor and Description |
|---|
Capture() |
| Modifier and Type | Method and Description |
|---|---|
CaptureOutput |
getCaptureOutput()
Object containing capture details
|
String |
getId() |
String |
getStatus()
Current high-level status of the payment in a human-readable form.
|
CaptureStatusOutput |
getStatusOutput()
This object has the numeric representation of the current capture status, timestamp of last status change and performable action on the current payment resource.
|
void |
setCaptureOutput(CaptureOutput value)
Object containing capture details
|
void |
setId(String value) |
void |
setStatus(String value)
Current high-level status of the payment in a human-readable form.
|
void |
setStatusOutput(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.
|
Capture |
withCaptureOutput(CaptureOutput value)
Object containing capture details
|
Capture |
withId(String value) |
Capture |
withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
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.
|
public CaptureOutput getCaptureOutput()
public void setCaptureOutput(CaptureOutput value)
public Capture withCaptureOutput(CaptureOutput value)
public String getId()
public void setId(String value)
public String getStatus()
public void setStatus(String value)
public Capture withStatus(String value)
public CaptureStatusOutput getStatusOutput()
public void setStatusOutput(CaptureStatusOutput value)
public Capture withStatusOutput(CaptureStatusOutput value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.