Uses of Class
com.adyen.model.legalentitymanagement.VerificationError
-
Packages that use VerificationError Package Description com.adyen.model.legalentitymanagement -
-
Uses of VerificationError in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return types with arguments of type VerificationError Modifier and Type Method Description List<VerificationError>CapabilityProblem. getVerificationErrors()Get verificationErrorsMethods in com.adyen.model.legalentitymanagement with parameters of type VerificationError Modifier and Type Method Description CapabilityProblemCapabilityProblem. addVerificationErrorsItem(VerificationError verificationErrorsItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type VerificationError Modifier and Type Method Description voidCapabilityProblem. setVerificationErrors(List<VerificationError> verificationErrors)verificationErrorsCapabilityProblemCapabilityProblem. verificationErrors(List<VerificationError> verificationErrors)
-