public class RefundErrorResponse extends Object
| Constructor and Description |
|---|
RefundErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorId() |
List<APIError> |
getErrors() |
RefundResponse |
getRefundResult()
This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.
|
void |
setErrorId(String value) |
void |
setErrors(List<APIError> value) |
void |
setRefundResult(RefundResponse 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.
|
RefundErrorResponse |
withErrorId(String value) |
RefundErrorResponse |
withErrors(List<APIError> value) |
RefundErrorResponse |
withRefundResult(RefundResponse 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.
|
public String getErrorId()
public void setErrorId(String value)
public RefundErrorResponse withErrorId(String value)
public RefundErrorResponse withErrors(List<APIError> value)
public RefundResponse getRefundResult()
public void setRefundResult(RefundResponse value)
public RefundErrorResponse withRefundResult(RefundResponse value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.