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)The list of capabilities that will be disallowed if information is not reviewed by the time of the deadlineVerificationDeadlineVerificationDeadline. entityIds(List<String> entityIds)The unique identifiers of the legal entity or supporting entities that the deadline applies toVerificationDeadlineVerificationDeadline. expiresAt(OffsetDateTime expiresAt)The date that verification is due by before capabilities are disallowed.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)List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.
-