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