Skip to content

/AWS1/CL_PTTSTARTVERIFRESPONSE

StartVerificationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_verificationtype TYPE /AWS1/PTTVERIFICATIONTYPE /AWS1/PTTVERIFICATIONTYPE

The type of verification that was started based on the provided verification details.

iv_verificationstatus TYPE /AWS1/PTTVERIFICATIONSTATUS /AWS1/PTTVERIFICATIONSTATUS

The initial status of the verification process after it has been started. Typically this will be pending or in-progress.

io_verifresponsedetails TYPE REF TO /AWS1/CL_PTTVERIFRSPDETAILS /AWS1/CL_PTTVERIFRSPDETAILS

Initial response details specific to the type of verification started, which may include next steps or additional requirements.

iv_startedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME

The timestamp when the verification process was successfully initiated.

Optional arguments:

iv_verificationstatusreason TYPE /AWS1/PTTVERIFSTATUSREASON /AWS1/PTTVERIFSTATUSREASON

Additional information about the initial verification status, including any immediate feedback about the submitted verification details.

iv_completedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME

The timestamp when the verification process was completed. This field is typically null for newly started verifications unless they complete immediately.


Queryable Attributes

VerificationType

The type of verification that was started based on the provided verification details.

Accessible with the following methods

Method Description
GET_VERIFICATIONTYPE() Getter for VERIFICATIONTYPE, with configurable default
ASK_VERIFICATIONTYPE() Getter for VERIFICATIONTYPE w/ exceptions if field has no va
HAS_VERIFICATIONTYPE() Determine if VERIFICATIONTYPE has a value

VerificationStatus

The initial status of the verification process after it has been started. Typically this will be pending or in-progress.

Accessible with the following methods

Method Description
GET_VERIFICATIONSTATUS() Getter for VERIFICATIONSTATUS, with configurable default
ASK_VERIFICATIONSTATUS() Getter for VERIFICATIONSTATUS w/ exceptions if field has no
HAS_VERIFICATIONSTATUS() Determine if VERIFICATIONSTATUS has a value

VerificationStatusReason

Additional information about the initial verification status, including any immediate feedback about the submitted verification details.

Accessible with the following methods

Method Description
GET_VERIFICATIONSTATUSREASON() Getter for VERIFICATIONSTATUSREASON, with configurable defau
ASK_VERIFICATIONSTATUSREASON() Getter for VERIFICATIONSTATUSREASON w/ exceptions if field h
HAS_VERIFICATIONSTATUSREASON() Determine if VERIFICATIONSTATUSREASON has a value

VerificationResponseDetails

Initial response details specific to the type of verification started, which may include next steps or additional requirements.

Accessible with the following methods

Method Description
GET_VERIFRESPONSEDETAILS() Getter for VERIFICATIONRESPONSEDETAILS

StartedAt

The timestamp when the verification process was successfully initiated.

Accessible with the following methods

Method Description
GET_STARTEDAT() Getter for STARTEDAT, with configurable default
ASK_STARTEDAT() Getter for STARTEDAT w/ exceptions if field has no value
HAS_STARTEDAT() Determine if STARTEDAT has a value

CompletedAt

The timestamp when the verification process was completed. This field is typically null for newly started verifications unless they complete immediately.

Accessible with the following methods

Method Description
GET_COMPLETEDAT() Getter for COMPLETEDAT, with configurable default
ASK_COMPLETEDAT() Getter for COMPLETEDAT w/ exceptions if field has no value
HAS_COMPLETEDAT() Determine if COMPLETEDAT has a value