Uses of Class
com.adyen.model.legalentitymanagement.VerificationErrors
-
Packages that use VerificationErrors Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of VerificationErrors in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return VerificationErrors Modifier and Type Method Description VerificationErrorsVerificationErrors. addProblemsItem(CapabilityProblem problemsItem)static VerificationErrorsVerificationErrors. fromJson(String jsonString)Create an instance of VerificationErrors given an JSON stringVerificationErrorsVerificationErrors. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.VerificationErrorsVerificationErrors. problems(List<CapabilityProblem> problems)List of the verification errors. -
Uses of VerificationErrors in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement that return VerificationErrors Modifier and Type Method Description VerificationErrorsLegalEntitiesApi. checkLegalEntitysVerificationErrors(String id)Check a legal entity's verification errorsVerificationErrorsLegalEntitiesApi. checkLegalEntitysVerificationErrors(String id, RequestOptions requestOptions)Check a legal entity's verification errors
-