UpdateExtendedContactInfoConsumerRequest

data class UpdateExtendedContactInfoConsumerRequest(val type: ExtendedContactInformationType, val value: String, val verificationId: String)

Data class representing the request to update an extended contact information attribute.

Parameters

type

The type of extended contact information attribute undergoing verification through an added secure method.

value

The value of the contact information attribute that will be verified through an additional secure mechanism.

verificationId

A unique identifier for the verification process associated with the particular contact information attribute.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard