public class RefundErrorResponse extends Object
Constructor and Description |
---|
RefundErrorResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorId()
Unique reference, for debugging purposes, of this error response
|
List<APIError> |
getErrors()
List of one or more errors
|
RefundResult |
getRefundResult()
Object that contains details on the created refund in case one has been created
|
void |
setErrorId(String value)
Unique reference, for debugging purposes, of this error response
|
void |
setErrors(List<APIError> value)
List of one or more errors
|
void |
setRefundResult(RefundResult value)
Object that contains details on the created refund in case one has been created
|
public String getErrorId()
public void setErrorId(String value)
public RefundResult getRefundResult()
public void setRefundResult(RefundResult value)
Copyright © 2024 Worldline Global Collect. All rights reserved.