Uses of Class
com.adyen.model.configurationwebhooks.VerificationErrorRecursive
-
Packages that use VerificationErrorRecursive Package Description com.adyen.model.configurationwebhooks -
-
Uses of VerificationErrorRecursive in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return VerificationErrorRecursive Modifier and Type Method Description VerificationErrorRecursiveVerificationErrorRecursive. addCapabilitiesItem(VerificationErrorRecursive.CapabilitiesEnum capabilitiesItem)VerificationErrorRecursiveVerificationErrorRecursive. addRemediatingActionsItem(RemediatingAction remediatingActionsItem)VerificationErrorRecursiveVerificationErrorRecursive. capabilities(List<VerificationErrorRecursive.CapabilitiesEnum> capabilities)Contains the capabilities that the verification error applies to.VerificationErrorRecursiveVerificationErrorRecursive. code(String code)The verification error code.static VerificationErrorRecursiveVerificationErrorRecursive. fromJson(String jsonString)Create an instance of VerificationErrorRecursive given an JSON stringVerificationErrorRecursiveVerificationErrorRecursive. message(String message)A description of the error.VerificationErrorRecursiveVerificationErrorRecursive. remediatingActions(List<RemediatingAction> remediatingActions)Contains the actions that you can take to resolve the verification error.VerificationErrorRecursiveVerificationErrorRecursive. type(VerificationErrorRecursive.TypeEnum type)The type of error.Methods in com.adyen.model.configurationwebhooks that return types with arguments of type VerificationErrorRecursive Modifier and Type Method Description List<VerificationErrorRecursive>VerificationError. getSubErrors()Contains more granular information about the verification error.Methods in com.adyen.model.configurationwebhooks with parameters of type VerificationErrorRecursive Modifier and Type Method Description VerificationErrorVerificationError. addSubErrorsItem(VerificationErrorRecursive subErrorsItem)Method parameters in com.adyen.model.configurationwebhooks with type arguments of type VerificationErrorRecursive Modifier and Type Method Description voidVerificationError. setSubErrors(List<VerificationErrorRecursive> subErrors)Contains more granular information about the verification error.VerificationErrorVerificationError. subErrors(List<VerificationErrorRecursive> subErrors)Contains more granular information about the verification error.
-