public class PayoutErrorResponse extends Object
| Constructor and Description |
|---|
PayoutErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorId() |
List<APIError> |
getErrors()
Contains the set of errors
|
PayoutResult |
getPayoutResult() |
void |
setErrorId(String value) |
void |
setErrors(List<APIError> value)
Contains the set of errors
|
void |
setPayoutResult(PayoutResult value) |
PayoutErrorResponse |
withErrorId(String value) |
PayoutErrorResponse |
withErrors(List<APIError> value)
Contains the set of errors
|
PayoutErrorResponse |
withPayoutResult(PayoutResult value) |
public String getErrorId()
public void setErrorId(String value)
public PayoutErrorResponse withErrorId(String value)
public PayoutErrorResponse withErrors(List<APIError> value)
public PayoutResult getPayoutResult()
public void setPayoutResult(PayoutResult value)
public PayoutErrorResponse withPayoutResult(PayoutResult value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.