Uses of Class
com.adyen.model.balanceplatform.VerificationDeadline
-
Packages that use VerificationDeadline Package Description com.adyen.model.balanceplatform -
-
Uses of VerificationDeadline in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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.balanceplatform 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.List<VerificationDeadline>AccountHolderUpdateRequest. getVerificationDeadlines()List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.Methods in com.adyen.model.balanceplatform with parameters of type VerificationDeadline Modifier and Type Method Description AccountHolderAccountHolder. addVerificationDeadlinesItem(VerificationDeadline verificationDeadlinesItem)AccountHolderUpdateRequestAccountHolderUpdateRequest. addVerificationDeadlinesItem(VerificationDeadline verificationDeadlinesItem)Method parameters in com.adyen.model.balanceplatform 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.voidAccountHolderUpdateRequest. 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.AccountHolderUpdateRequestAccountHolderUpdateRequest. verificationDeadlines(List<VerificationDeadline> verificationDeadlines)List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.
-