Uses of Class
com.adyen.model.configurationwebhooks.VerificationError
-
Packages that use VerificationError Package Description com.adyen.model.configurationwebhooks -
-
Uses of VerificationError in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return types with arguments of type VerificationError Modifier and Type Method Description List<VerificationError>CapabilityProblem. getVerificationErrors()Contains information about the verification error.Methods in com.adyen.model.configurationwebhooks with parameters of type VerificationError Modifier and Type Method Description CapabilityProblemCapabilityProblem. addVerificationErrorsItem(VerificationError verificationErrorsItem)Method parameters in com.adyen.model.configurationwebhooks with type arguments of type VerificationError Modifier and Type Method Description voidCapabilityProblem. setVerificationErrors(List<VerificationError> verificationErrors)Contains information about the verification error.CapabilityProblemCapabilityProblem. verificationErrors(List<VerificationError> verificationErrors)
-