public class RefundResponse extends Object
| Constructor and Description |
|---|
RefundResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Our unique payment transaction identifier
|
RefundOutput |
getRefundOutput()
Object containing refund details
|
String |
getStatus()
Current high-level status of the payment in a human-readable form.
|
OrderStatusOutput |
getStatusOutput() |
void |
setId(String value)
Our unique payment transaction identifier
|
void |
setRefundOutput(RefundOutput value)
Object containing refund details
|
void |
setStatus(String value)
Current high-level status of the payment in a human-readable form.
|
void |
setStatusOutput(OrderStatusOutput value) |
RefundResponse |
withId(String value)
Our unique payment transaction identifier
|
RefundResponse |
withRefundOutput(RefundOutput value)
Object containing refund details
|
RefundResponse |
withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
RefundResponse |
withStatusOutput(OrderStatusOutput value) |
public String getId()
public void setId(String value)
public RefundResponse withId(String value)
public RefundOutput getRefundOutput()
public void setRefundOutput(RefundOutput value)
public RefundResponse withRefundOutput(RefundOutput value)
public String getStatus()
public void setStatus(String value)
public RefundResponse withStatus(String value)
public OrderStatusOutput getStatusOutput()
public void setStatusOutput(OrderStatusOutput value)
public RefundResponse withStatusOutput(OrderStatusOutput value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.