public class PayoutErrorResponse extends Object
Constructor and Description |
---|
PayoutErrorResponse() |
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
|
PayoutResult |
getPayoutResult()
Object that contains details on the created payout 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 |
setPayoutResult(PayoutResult value)
Object that contains details on the created payout in case one has been created
|
public String getErrorId()
public void setErrorId(String value)
public PayoutResult getPayoutResult()
public void setPayoutResult(PayoutResult value)
Copyright © 2024 Worldline Global Collect. All rights reserved.