Uses of Class
com.adyen.model.payment.ServiceError
-
Packages that use ServiceError Package Description com.adyen.model.payment -
-
Uses of ServiceError in com.adyen.model.payment
Methods in com.adyen.model.payment that return ServiceError Modifier and Type Method Description ServiceErrorServiceError. additionalData(Map<String,String> additionalData)Contains additional information about the payment.ServiceErrorServiceError. errorCode(String errorCode)The error code mapped to the error message.ServiceErrorServiceError. errorType(String errorType)The category of the error.static ServiceErrorServiceError. fromJson(String jsonString)Create an instance of ServiceError given an JSON stringServiceErrorServiceError. message(String message)A short explanation of the issue.ServiceErrorServiceError. pspReference(String pspReference)The PSP reference of the payment.ServiceErrorServiceError. putAdditionalDataItem(String key, String additionalDataItem)ServiceErrorServiceError. status(Integer status)The HTTP response status.
-