VerificationStatusRecord interface
A class that represents a VerificationStatus record.
Properties
| error |
Error code. This property will only be present if the status is UnableToVerify. |
| status | Status of the verification operation. |
Property Details
errorCode
Error code. This property will only be present if the status is UnableToVerify.
errorCode?: string
Property Value
string
status
Status of the verification operation.
status?: string
Property Value
string