public class RefundResult extends AbstractOrderStatus
Constructor and Description |
---|
RefundResult() |
Modifier and Type | Method and Description |
---|---|
RefundOutput |
getRefundOutput()
Object containing refund details
|
String |
getStatus()
Current high-level status of the refund in a human-readable form.
|
OrderStatusOutput |
getStatusOutput()
This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.
In case of a rejected refund, detailed error information is listed. |
void |
setRefundOutput(RefundOutput value)
Object containing refund details
|
void |
setStatus(String value)
Current high-level status of the refund in a human-readable form.
|
void |
setStatusOutput(OrderStatusOutput 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.
In case of a rejected refund, detailed error information is listed. |
getId, setId
public RefundOutput getRefundOutput()
public void setRefundOutput(RefundOutput value)
public String getStatus()
public void setStatus(String value)
public OrderStatusOutput getStatusOutput()
public void setStatusOutput(OrderStatusOutput value)
Copyright © 2024 Worldline Global Collect. All rights reserved.