Uses of Class
com.adyen.model.legalentitymanagement.VerificationErrorRecursive
-
Packages that use VerificationErrorRecursive Package Description com.adyen.model.legalentitymanagement -
-
Uses of VerificationErrorRecursive in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return types with arguments of type VerificationErrorRecursive Modifier and Type Method Description List<VerificationErrorRecursive>VerificationError. getSubErrors()An array containing more granular information about the cause of the verification error.Methods in com.adyen.model.legalentitymanagement with parameters of type VerificationErrorRecursive Modifier and Type Method Description VerificationErrorVerificationError. addSubErrorsItem(VerificationErrorRecursive subErrorsItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type VerificationErrorRecursive Modifier and Type Method Description voidVerificationError. setSubErrors(List<VerificationErrorRecursive> subErrors)An array containing more granular information about the cause of the verification error.VerificationErrorVerificationError. subErrors(List<VerificationErrorRecursive> subErrors)
-