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 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.Constructor parameters in com.adyen.model.balanceplatform with type arguments of type VerificationDeadline Constructor Description AccountHolder(String id, List<VerificationDeadline> verificationDeadlines)
-