Check.Request |
Check.Request.applicantId(String applicantId) |
The ID of the applicant to do the check on.
|
Check.Request |
Check.Request.applicantProvidesData(Boolean applicantProvidesData) |
Send an applicant form to applicant to complete to proceed with check.
|
Check.Request |
Check.Request.asynchronous(Boolean asynchronous) |
Defaults to `true`.
|
Check.Request |
Check.Request.documentIds(String... documentIds) |
An array of document ids (strings).
|
Check.Request |
Check.Request.documentIds(List<String> documentIds) |
An array of document ids (strings).
|
Check.Request |
Check.Request.reportNames(String... reportNames) |
An array of report names (strings).
|
Check.Request |
Check.Request.reportNames(List<String> reportNames) |
An array of report names (strings).
|
static Check.Request |
Check.request() |
|
Check.Request |
Check.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.Request |
Check.Request.tags(String... tags) |
Array of tags being assigned to this check.
|
Check.Request |
Check.Request.tags(List<String> tags) |
Array of tags being assigned to this check.
|