CustomerDataVerificationAttemptResponse

data class CustomerDataVerificationAttemptResponse(val verificationAttemptId: String, val verificationId: String, val attribute: CustomerDataVerificationAttribute, val notificationType: CustomerDataVerificationNotificationType, val currentAttempts: Int, val allowableAttempts: Int, val status: CustomerDataVerificationAttemptStatus, val statusReason: String?, val creationTime: Calendar)

Data class representing the result of the verification attempt for a specific customer attribute.

Constructors

Link copied to clipboard
constructor(verificationAttemptId: String, verificationId: String, attribute: CustomerDataVerificationAttribute, notificationType: CustomerDataVerificationNotificationType, currentAttempts: Int, allowableAttempts: Int, status: CustomerDataVerificationAttemptStatus, statusReason: String?, creationTime: Calendar)

Properties

Link copied to clipboard

The maximum number of allowed attempts to verify a particular customer attribute.

Link copied to clipboard

The customer attribute being validated in the particular verification process.

Link copied to clipboard

The time the verification attempt was created in the form of Calendar.

Link copied to clipboard

The number of current attempts made to verify a particular customer attribute.

Link copied to clipboard

The mechanism used to deliver the customer attribute verification information.

Link copied to clipboard

The status of the verification attempt for a specific customer attribute.

Link copied to clipboard

The reason for the failed verification attempt for a specific customer attribute.

Link copied to clipboard

A unique identifier for the specific verification attempt associated with a particular verification process.

Link copied to clipboard

A unique identifier for the verification process associated with a particular customer attribute.