Update Extended Contact Info Consumer Request
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.
verification Id
A unique identifier for the verification process associated with the particular contact information attribute.