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 static VerificationDeadlineVerificationDeadline. fromJson(String jsonString)Create an instance of VerificationDeadline given an JSON stringVerificationDeadlineVerificationDeadline. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods 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.
-