Package com.onlinepayments.domain
Class PaymentErrorResponse
java.lang.Object
com.onlinepayments.domain.PaymentErrorResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUnique reference, for debugging purposes, of this error responseObject that contains details on the created payment in case one has been created.voidsetErrorId(String value) Unique reference, for debugging purposes, of this error responsevoidvoidObject that contains details on the created payment in case one has been created.withErrorId(String value) Unique reference, for debugging purposes, of this error responsewithErrors(List<APIError> value) Object that contains details on the created payment in case one has been created.
-
Constructor Details
-
PaymentErrorResponse
public PaymentErrorResponse()
-
-
Method Details
-
getErrorId
Unique reference, for debugging purposes, of this error response -
setErrorId
Unique reference, for debugging purposes, of this error response -
withErrorId
Unique reference, for debugging purposes, of this error response -
getErrors
-
setErrors
-
withErrors
-
getPaymentResult
Object that contains details on the created payment in case one has been created. -
setPaymentResult
Object that contains details on the created payment in case one has been created. -
withPaymentResult
Object that contains details on the created payment in case one has been created.
-