VerificationStatusRecord interface

A class that represents a VerificationStatus record.

Properties

errorCode

Error code. This property will only be present if the status is UnableToVerify. NOTE: This property will not be serialized. It can only be populated by the server.

status

Status of the verification operation. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

errorCode

Error code. This property will only be present if the status is UnableToVerify. NOTE: This property will not be serialized. It can only be populated by the server.

errorCode?: string

Property Value

string

status

Status of the verification operation. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string