Uses of Class
com.adyen.model.managementwebhooks.VerificationError
-
Packages that use VerificationError Package Description com.adyen.model.managementwebhooks -
-
Uses of VerificationError in com.adyen.model.managementwebhooks
Methods in com.adyen.model.managementwebhooks that return VerificationError Modifier and Type Method Description VerificationErrorVerificationError. addRemediatingActionsItem(RemediatingAction remediatingActionsItem)VerificationErrorVerificationError. addSubErrorsItem(VerificationErrorRecursive subErrorsItem)VerificationErrorVerificationError. code(String code)The verification error code.static VerificationErrorVerificationError. fromJson(String jsonString)Create an instance of VerificationError given an JSON stringVerificationErrorVerificationError. message(String message)The verification error message.VerificationErrorVerificationError. remediatingActions(List<RemediatingAction> remediatingActions)The actions that you can take to resolve the verification error.VerificationErrorVerificationError. subErrors(List<VerificationErrorRecursive> subErrors)More granular information about the verification error.VerificationErrorVerificationError. type(VerificationError.TypeEnum type)The type of verification error.Methods in com.adyen.model.managementwebhooks that return types with arguments of type VerificationError Modifier and Type Method Description List<VerificationError>CapabilityProblem. getVerificationErrors()List of verification errors.Methods in com.adyen.model.managementwebhooks with parameters of type VerificationError Modifier and Type Method Description CapabilityProblemCapabilityProblem. addVerificationErrorsItem(VerificationError verificationErrorsItem)Method parameters in com.adyen.model.managementwebhooks with type arguments of type VerificationError Modifier and Type Method Description voidCapabilityProblem. setVerificationErrors(List<VerificationError> verificationErrors)List of verification errors.CapabilityProblemCapabilityProblem. verificationErrors(List<VerificationError> verificationErrors)List of verification errors.
-