Class AdyenErrorResponse
java.lang.Object
com.broadleafcommerce.adyen.domain.AdyenErrorResponse
- All Implemented Interfaces:
Serializable
This component represents the Adyen API error response model.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContains additional information about the payment.The error code mapped to the error message.The category of the error.A short explanation of the issue.The PSP reference of the payment.The HTTP response status.void
setAdditionalData
(Map<String, Object> additionalData) Contains additional information about the payment.void
setErrorCode
(String errorCode) The error code mapped to the error message.void
setErrorType
(String errorType) The category of the error.void
setMessage
(String message) A short explanation of the issue.void
setPspReference
(String pspReference) The PSP reference of the payment.void
The HTTP response status.
-
Constructor Details
-
AdyenErrorResponse
public AdyenErrorResponse()
-
-
Method Details
-
setStatus
The HTTP response status. -
setErrorCode
The error code mapped to the error message. -
setErrorType
The category of the error. -
setMessage
A short explanation of the issue. -
setPspReference
The PSP reference of the payment. -
setAdditionalData
Contains additional information about the payment. -
getStatus
The HTTP response status. -
getErrorCode
The error code mapped to the error message. -
getErrorType
The category of the error. -
getMessage
A short explanation of the issue. -
getPspReference
The PSP reference of the payment. -
getAdditionalData
Contains additional information about the payment.
-