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)errorCodeServiceErrorDetailsServiceErrorDetails. errorType(String errorType)errorTypestatic ServiceErrorDetailsServiceErrorDetails. fromJson(String jsonString)Create an instance of ServiceErrorDetails given an JSON stringServiceErrorDetailsPaymentVerificationResponse. getServiceError()serviceErrorServiceErrorDetailsServiceErrorDetails. message(String message)messageServiceErrorDetailsServiceErrorDetails. pspReference(String pspReference)pspReferenceMethods in com.adyen.model.checkout with parameters of type ServiceErrorDetails Modifier and Type Method Description PaymentVerificationResponsePaymentVerificationResponse. serviceError(ServiceErrorDetails serviceError)serviceErrorvoidPaymentVerificationResponse. setServiceError(ServiceErrorDetails serviceError)serviceError
-