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.voidsetAdditionalData(Map<String, Object> additionalData) Contains additional information about the payment.voidsetErrorCode(String errorCode) The error code mapped to the error message.voidsetErrorType(String errorType) The category of the error.voidsetMessage(String message) A short explanation of the issue.voidsetPspReference(String pspReference) The PSP reference of the payment.voidThe 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.
-