public class CaptureResponse extends Object
| Constructor and Description |
|---|
CaptureResponse() |
| Modifier and Type | Method and Description |
|---|---|
CaptureOutput |
getCaptureOutput()
Object containing capture details
|
String |
getId()
Our unique payment transaction identifier
|
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)
Our unique payment transaction identifier
|
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.
|
CaptureResponse |
withCaptureOutput(CaptureOutput value)
Object containing capture details
|
CaptureResponse |
withId(String value)
Our unique payment transaction identifier
|
CaptureResponse |
withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
CaptureResponse |
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 CaptureResponse withCaptureOutput(CaptureOutput value)
public String getId()
public void setId(String value)
public CaptureResponse withId(String value)
public String getStatus()
public void setStatus(String value)
public CaptureResponse withStatus(String value)
public CaptureStatusOutput getStatusOutput()
public void setStatusOutput(CaptureStatusOutput value)
public CaptureResponse withStatusOutput(CaptureStatusOutput value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.