Uses of Class
com.adyen.model.configurationwebhooks.VerificationDeadline
-
Packages that use VerificationDeadline Package Description com.adyen.model.configurationwebhooks -
-
Uses of VerificationDeadline in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return VerificationDeadline Modifier and Type Method Description VerificationDeadlineVerificationDeadline. addCapabilitiesItem(VerificationDeadline.CapabilitiesEnum capabilitiesItem)VerificationDeadlineVerificationDeadline. addEntityIdsItem(String entityIdsItem)VerificationDeadlineVerificationDeadline. capabilities(List<VerificationDeadline.CapabilitiesEnum> capabilities)The names of the capabilities to be disallowed.VerificationDeadlineVerificationDeadline. entityIds(List<String> entityIds)The unique identifiers of the bank account(s) 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.configurationwebhooks that return types with arguments of type VerificationDeadline Modifier and Type Method Description List<VerificationDeadline>AccountHolder. getVerificationDeadlines()List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.Methods in com.adyen.model.configurationwebhooks with parameters of type VerificationDeadline Modifier and Type Method Description AccountHolderAccountHolder. addVerificationDeadlinesItem(VerificationDeadline verificationDeadlinesItem)Method parameters in com.adyen.model.configurationwebhooks with type arguments of type VerificationDeadline Modifier and Type Method Description voidAccountHolder. setVerificationDeadlines(List<VerificationDeadline> verificationDeadlines)List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.AccountHolderAccountHolder. verificationDeadlines(List<VerificationDeadline> verificationDeadlines)List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.
-