/AWS1/CL_PTTREGISTRANTVERIFRSP¶
Contains the response information from a registrant verification process, including any verification-specific data and next steps for the individual verification workflow.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_completionurl TYPE /AWS1/PTTCOMPLETIONURL /AWS1/PTTCOMPLETIONURL¶
A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.
iv_completionurlexpiresat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME¶
The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.
Queryable Attributes¶
CompletionUrl¶
A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETIONURL() |
Getter for COMPLETIONURL, with configurable default |
ASK_COMPLETIONURL() |
Getter for COMPLETIONURL w/ exceptions if field has no value |
HAS_COMPLETIONURL() |
Determine if COMPLETIONURL has a value |
CompletionUrlExpiresAt¶
The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETIONURLEXPIRESAT() |
Getter for COMPLETIONURLEXPIRESAT, with configurable default |
ASK_COMPLETIONURLEXPIRESAT() |
Getter for COMPLETIONURLEXPIRESAT w/ exceptions if field has |
HAS_COMPLETIONURLEXPIRESAT() |
Determine if COMPLETIONURLEXPIRESAT has a value |