Uses of Class
com.adyen.model.legalentitymanagement.CapabilityProblem
-
Packages that use CapabilityProblem Package Description com.adyen.model.legalentitymanagement -
-
Uses of CapabilityProblem in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return CapabilityProblem Modifier and Type Method Description CapabilityProblemCapabilityProblem. addVerificationErrorsItem(VerificationError verificationErrorsItem)CapabilityProblemCapabilityProblem. entity(CapabilityProblemEntity entity)entitystatic CapabilityProblemCapabilityProblem. fromJson(String jsonString)Create an instance of CapabilityProblem given an JSON stringCapabilityProblemCapabilityProblem. verificationErrors(List<VerificationError> verificationErrors)verificationErrorsMethods in com.adyen.model.legalentitymanagement that return types with arguments of type CapabilityProblem Modifier and Type Method Description List<CapabilityProblem>BusinessLine. getProblems()The verification errors related to capabilities for this supporting entity.List<CapabilityProblem>LegalEntity. getProblems()List of verification errors related to capabilities for the legal entity.List<CapabilityProblem>TransferInstrument. getProblems()The verification errors related to capabilities for this transfer instrument.List<CapabilityProblem>VerificationErrors. getProblems()List of the verification errors.Methods in com.adyen.model.legalentitymanagement with parameters of type CapabilityProblem Modifier and Type Method Description BusinessLineBusinessLine. addProblemsItem(CapabilityProblem problemsItem)LegalEntityLegalEntity. addProblemsItem(CapabilityProblem problemsItem)TransferInstrumentTransferInstrument. addProblemsItem(CapabilityProblem problemsItem)VerificationErrorsVerificationErrors. addProblemsItem(CapabilityProblem problemsItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type CapabilityProblem Modifier and Type Method Description BusinessLineBusinessLine. problems(List<CapabilityProblem> problems)The verification errors related to capabilities for this supporting entity.LegalEntityLegalEntity. problems(List<CapabilityProblem> problems)List of verification errors related to capabilities for the legal entity.TransferInstrumentTransferInstrument. problems(List<CapabilityProblem> problems)The verification errors related to capabilities for this transfer instrument.VerificationErrorsVerificationErrors. problems(List<CapabilityProblem> problems)List of the verification errors.voidBusinessLine. setProblems(List<CapabilityProblem> problems)The verification errors related to capabilities for this supporting entity.voidLegalEntity. setProblems(List<CapabilityProblem> problems)List of verification errors related to capabilities for the legal entity.voidTransferInstrument. setProblems(List<CapabilityProblem> problems)The verification errors related to capabilities for this transfer instrument.voidVerificationErrors. setProblems(List<CapabilityProblem> problems)List of the verification errors.
-