Skip to content

/AWS1/CL_PTTBUSINESSVERIFRSP

Contains the response information and results from a business verification process, including any verification-specific data returned by the verification service.

CONSTRUCTOR

IMPORTING

Required arguments:

io_businessverifdetails TYPE REF TO /AWS1/CL_PTTBUSINESSVERIFDETS /AWS1/CL_PTTBUSINESSVERIFDETS

The business verification details that were processed and verified, potentially including additional information discovered during the verification process.

Optional 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

BusinessVerificationDetails

The business verification details that were processed and verified, potentially including additional information discovered during the verification process.

Accessible with the following methods

Method Description
GET_BUSINESSVERIFDETAILS() Getter for BUSINESSVERIFICATIONDETAILS

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