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() |
CreatePaymentResponse |
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) |
void |
setPaymentResult(CreatePaymentResponse value)
Object that contains details on the created payment in case one has been created.
|
PaymentErrorResponse |
withErrorId(String value)
Unique reference, for debugging purposes, of this error response
|
PaymentErrorResponse |
withErrors(List<APIError> value) |
PaymentErrorResponse |
withPaymentResult(CreatePaymentResponse value)
Object that contains details on the created payment in case one has been created.
|
public String getErrorId()
public void setErrorId(String value)
public PaymentErrorResponse withErrorId(String value)
public PaymentErrorResponse withErrors(List<APIError> value)
public CreatePaymentResponse getPaymentResult()
public void setPaymentResult(CreatePaymentResponse value)
public PaymentErrorResponse withPaymentResult(CreatePaymentResponse value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.