Represents the mechanism used to deliver the customer attribute verification information.

interface CustomerDataVerificationNotificationType {
    channel?: CustomerDataVerificationNotificationChannel;
    method: OTP;
}

Properties

Properties

The notification channel used to send the verification method to the user.

method: OTP

The notification method used for verifying the customer attribute.