VerificationStatusRecordResponse

data class VerificationStatusRecordResponse(val errorCode: String, val status: String)

A class that represents a VerificationStatus record.

Constructors

Link copied to clipboard
constructor(errorCode: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Error code. This property will only be present if the status is UnableToVerify.

Link copied to clipboard

Status of the verification operation.