CustomerIdentifier

data class CustomerIdentifier(val value: String, val verificationId: String)

Data class representing unique customer identifier used for the onboarding process.

Constructors

Link copied to clipboard
constructor(value: String, verificationId: String)

Properties

Link copied to clipboard

Identifier's value, such as email, mobile number etc.

Link copied to clipboard

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