Uses of Class
com.onfido.models.Check.Request
-
Packages that use Check.Request Package Description com.onfido com.onfido.models -
-
Uses of Check.Request in com.onfido
Methods in com.onfido with parameters of type Check.Request Modifier and Type Method Description CheckCheckManager. create(Check.Request request)Initiates a check for an applicant, which can contain one or more reports. -
Uses of Check.Request in com.onfido.models
Methods in com.onfido.models that return Check.Request Modifier and Type Method Description Check.RequestCheck.Request. applicantId(String applicantId)The ID of the applicant to do the check on.Check.RequestCheck.Request. applicantProvidesData(Boolean applicantProvidesData)Send an applicant form to applicant to complete to proceed with check.Check.RequestCheck.Request. asynchronous(Boolean asynchronous)Defaults to `true`.Check.RequestCheck.Request. reportNames(String... reportNames)An array of report names (strings).Check.RequestCheck.Request. reportNames(List<String> reportNames)An array of report names (strings).static Check.RequestCheck. request()Check.RequestCheck.Request. suppressFormEmails(Boolean suppressFormEmails)For checks where `applicant_provides_data` is `true`, applicant form will not be automatically sent if `suppress_form_emails` is set to `true`.Check.RequestCheck.Request. tags(String... tags)Array of tags being assigned to this check.Check.RequestCheck.Request. tags(List<String> tags)Array of tags being assigned to this check.
-