Uses of Class
com.adyen.model.legalentitymanagement.VerificationDeadline
-
Packages that use VerificationDeadline Package Description com.adyen.model.legalentitymanagement -
-
Uses of VerificationDeadline in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return VerificationDeadline Modifier and Type Method Description VerificationDeadlineVerificationDeadline. addCapabilitiesItem(VerificationDeadline.CapabilitiesEnum capabilitiesItem)VerificationDeadlineVerificationDeadline. addEntityIdsItem(String entityIdsItem)VerificationDeadlineVerificationDeadline. capabilities(List<VerificationDeadline.CapabilitiesEnum> capabilities)VerificationDeadlineVerificationDeadline. entityIds(List<String> entityIds)VerificationDeadlineVerificationDeadline. expiresAt(OffsetDateTime expiresAt)static VerificationDeadlineVerificationDeadline. fromJson(String jsonString)Create an instance of VerificationDeadline given an JSON stringMethods in com.adyen.model.legalentitymanagement that return types with arguments of type VerificationDeadline Modifier and Type Method Description List<VerificationDeadline>LegalEntity. getVerificationDeadlines()List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.Methods in com.adyen.model.legalentitymanagement with parameters of type VerificationDeadline Modifier and Type Method Description LegalEntityLegalEntity. addVerificationDeadlinesItem(VerificationDeadline verificationDeadlinesItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type VerificationDeadline Modifier and Type Method Description voidLegalEntity. setVerificationDeadlines(List<VerificationDeadline> verificationDeadlines)List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.LegalEntityLegalEntity. verificationDeadlines(List<VerificationDeadline> verificationDeadlines)
-