Uses of Class
com.adyen.model.balanceplatform.VerificationError
-
Packages that use VerificationError Package Description com.adyen.model.balanceplatform -
-
Uses of VerificationError in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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.balanceplatform with parameters of type VerificationError Modifier and Type Method Description CapabilityProblemCapabilityProblem. addVerificationErrorsItem(VerificationError verificationErrorsItem)Method parameters in com.adyen.model.balanceplatform 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)
-