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