Uses of Class
com.adyen.model.checkout.ServiceErrorDetails
-
Packages that use ServiceErrorDetails Package Description com.adyen.model.checkout -
-
Uses of ServiceErrorDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ServiceErrorDetails Modifier and Type Method Description ServiceErrorDetailsServiceErrorDetails. errorCode(String errorCode)ServiceErrorDetailsServiceErrorDetails. errorType(String errorType)static ServiceErrorDetailsServiceErrorDetails. fromJson(String jsonString)Create an instance of ServiceErrorDetails given an JSON stringServiceErrorDetailsPaymentVerificationResponse. getServiceError()Get serviceErrorServiceErrorDetailsServiceErrorDetails. message(String message)ServiceErrorDetailsServiceErrorDetails. pspReference(String pspReference)Methods in com.adyen.model.checkout with parameters of type ServiceErrorDetails Modifier and Type Method Description PaymentVerificationResponsePaymentVerificationResponse. serviceError(ServiceErrorDetails serviceError)voidPaymentVerificationResponse. setServiceError(ServiceErrorDetails serviceError)serviceError
-